Skip to content

Commit 8f3530e

Browse files
dukecat0webknjaz
andauthored
Update .github/workflows/translation.yml
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent 28d3735 commit 8f3530e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git config --local user.email "github-actions[bot]@users.noreply.github.com"
2828
git config --local user.name "github-actions[bot]"
29-
git_hash=$(git rev-parse --short "$GITHUB_SHA")
29+
git_hash=$(git rev-parse --short "${GITHUB_SHA}")
3030
git commit -m "Update messages.pot as of version ${git_hash}" locales/messages.pot
3131
- name: Check if any sources have changed since the last update
3232
if: failure()

0 commit comments

Comments
 (0)