We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1109a3 commit b7e9720Copy full SHA for b7e9720
1 file changed
.github/workflows/translation.yml
@@ -32,6 +32,9 @@ jobs:
32
if: failure()
33
run: echo "There are no changes to the RST sources since the last update. Nothing to do."
34
35
- - name: Push the updated POT file back to ${{ github.repository }} on GitHub
+ - name: >-
36
+ Push the updated POT file back to
37
+ ${{ github.repository }}@${{ github.event.repository.default_branch }}
38
+ on GitHub
39
run: |
40
git push --atomic origin HEAD:${{ github.event.repository.default_branch }}
0 commit comments