We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e28251 commit 4780502Copy full SHA for 4780502
1 file changed
.github/workflows/translation.yml
@@ -28,9 +28,11 @@ jobs:
28
git config --local user.name "github-actions[bot]"
29
git_hash=$(git rev-parse --short "$GITHUB_SHA")
30
git commit -m "Update messages.pot ${git_hash}" locales/messages.pot
31
- if: ${{job.status == 'failure'}}
32
- run: echo "No Changes!"
+
+ - name: Check on failures
33
+ if: ${{job.status == 'failure'}}
34
+ run: echo "No Changes!"
35
36
- name: Push changes
37
run: |
- git push --atomic main
38
+ git push --atomic origin test1
0 commit comments