We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d909a9 commit d82e887Copy full SHA for d82e887
1 file changed
.github/workflows/translation.yml
@@ -64,6 +64,7 @@ jobs:
64
- name: Commit the POT file to Git
65
run: |
66
git_hash=$(git rev-parse --short "${GITHUB_SHA}")
67
+ git add --force locales/messages.pot
68
git commit \
69
-m "Update messages.pot as of version ${git_hash}" \
70
locales/messages.pot
0 commit comments