Skip to content

Commit 4780502

Browse files
committed
Update translation.yml
1 parent 0e28251 commit 4780502

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/translation.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ jobs:
2828
git config --local user.name "github-actions[bot]"
2929
git_hash=$(git rev-parse --short "$GITHUB_SHA")
3030
git commit -m "Update messages.pot ${git_hash}" locales/messages.pot
31-
if: ${{job.status == 'failure'}}
32-
run: echo "No Changes!"
31+
32+
- name: Check on failures
33+
if: ${{job.status == 'failure'}}
34+
run: echo "No Changes!"
3335

3436
- name: Push changes
3537
run: |
36-
git push --atomic main
38+
git push --atomic origin test1

0 commit comments

Comments
 (0)