We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ad3dec + dc2b625 commit 12e76e8Copy full SHA for 12e76e8
.github/workflows/i18n-update-scheduled.yml
@@ -117,7 +117,7 @@ jobs:
117
DIFF=$(git diff --name-only $BRANCH origin/${{ github.event.repository.default_branch }})
118
if [[ -z $DIFF ]]; then
119
echo "No difference between $BRANCH and ${{ github.event.repository.default_branch }}."
120
- echo "SKIP=true" >> $GITHUB_ENV
+ echo "SKIP=true" >> $GITHUB_OUTPUT
121
fi
122
123
echo "LAST_COMMIT_SHA_PUSH=$(git log -n 1 --format="%H" -- src/livecodes/i18n/locales/en)" >> $GITHUB_ENV
0 commit comments