We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5e7f3 commit 5fe74a7Copy full SHA for 5fe74a7
.github/workflows/update.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: Merge overwriting on stable release branch
102
run: |
103
- pomerge --from "${{ env.CPYTHON_BRANCH }}/**/*.po" --to "${{ matrix.branch }}/**/*.po"
+ pomerge --from "${{ env.CPYTHON_BRANCH }}"/**/*.po --to "${{ matrix.branch }}"/**/*.po
104
105
- name: Wrap catalog message files
106
0 commit comments