We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b735c9 + b978b7d commit ae0acb5Copy full SHA for ae0acb5
1 file changed
.github/workflows/translation.yml
@@ -65,6 +65,7 @@ jobs:
65
run: |
66
git_hash=$(git rev-parse --short "${GITHUB_SHA}")
67
git add --force locales/messages.pot
68
+ git diff-index --quiet HEAD || \
69
git commit \
70
-m "Update messages.pot as of version ${git_hash}" \
71
locales/messages.pot
0 commit comments