We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a0b0b commit 4010107Copy full SHA for 4010107
1 file changed
.github/workflows/translation.yml
@@ -34,6 +34,7 @@ jobs:
34
git config --local user.name "github-actions[bot]"
35
git_hash=$(git rev-parse --short "${GITHUB_SHA}")
36
git commit -m "Update messages.pot as of version ${git_hash}" locales/messages.pot
37
+
38
- name: Check if any sources have changed since the last update
39
if: failure()
40
run: echo "There are no changes to the RST sources since the last update. Nothing to do."
0 commit comments