We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b6460 commit 5b8faa9Copy full SHA for 5b8faa9
1 file changed
.github/workflows/translation.yml
@@ -27,7 +27,7 @@ jobs:
27
git config --local user.email "github-actions[bot]@users.noreply.github.com"
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
+ git commit -m "Update messages.pot as of version ${git_hash}" locales/messages.pot
31
- name: Check on failures
32
if: failure()
33
run: echo "No Changes!"
0 commit comments