Skip to content

Commit d1d9086

Browse files
committed
fix paths
1 parent 3c2ce5a commit d1d9086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/diff-translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
ref: ${{ github.base_ref }}
19-
path: neve-base
19+
path: feedzy-base
2020
- name: Setup node 16
2121
uses: actions/setup-node@v4
2222
with:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout PR Branch (Head)
3434
uses: actions/checkout@v4
3535
with:
36-
path: neve-head
36+
path: feedzy-head
3737
- name: Build POT for PR Branch
3838
run: |
3939
cd feedzy-head

0 commit comments

Comments
 (0)