Skip to content

Commit 5fe74a7

Browse files
committed
ci: fix merge workflow
1 parent dc5e7f3 commit 5fe74a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Merge overwriting on stable release branch
102102
run: |
103-
pomerge --from "${{ env.CPYTHON_BRANCH }}/**/*.po" --to "${{ matrix.branch }}/**/*.po"
103+
pomerge --from "${{ env.CPYTHON_BRANCH }}"/**/*.po --to "${{ matrix.branch }}"/**/*.po
104104
105105
- name: Wrap catalog message files
106106
run: |

0 commit comments

Comments
 (0)