Skip to content

Commit b7e9720

Browse files
authored
Make the push step name more specific
1 parent b1109a3 commit b7e9720

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/translation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
if: failure()
3333
run: echo "There are no changes to the RST sources since the last update. Nothing to do."
3434

35-
- name: Push the updated POT file back to ${{ github.repository }} on GitHub
35+
- name: >-
36+
Push the updated POT file back to
37+
${{ github.repository }}@${{ github.event.repository.default_branch }}
38+
on GitHub
3639
run: |
3740
git push --atomic origin HEAD:${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)