There was an error while loading. Please reload this page.
1 parent 9912db5 commit b649ea3Copy full SHA for b649ea3
2 files changed
.github/workflows/translation-status.yml
@@ -29,5 +29,5 @@ jobs:
29
git config user.name "github-actions[bot]"
30
git config user.email "github-actions[bot]@users.noreply.github.com"
31
git add STATUS.md
32
- git diff --staged --quiet || git commit -m "Update translation status table"
+ git diff --staged --quiet || git commit -m "chore: Update translation status table"
33
git push
.github/workflows/update-po-headers.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
25
26
- git add '*.po'
27
- git diff --staged --quiet || git commit -m "Update PO file translator credits"
+ git add --all
+ git diff --staged --quiet && echo "No changes to commit" && exit 0
28
+ git commit -m "chore: update PO file translator credits"
0 commit comments