Skip to content

Commit

Permalink
fix(ci): update output variable for skip condition in `i18n-update-sc…
Browse files Browse the repository at this point in the history
…heduled`
  • Loading branch information
zyf722 committed Feb 17, 2025
1 parent 8ad3dec commit dc2b625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-update-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
DIFF=$(git diff --name-only $BRANCH origin/${{ github.event.repository.default_branch }})
if [[ -z $DIFF ]]; then
echo "No difference between $BRANCH and ${{ github.event.repository.default_branch }}."
echo "SKIP=true" >> $GITHUB_ENV
echo "SKIP=true" >> $GITHUB_OUTPUT
fi
echo "LAST_COMMIT_SHA_PUSH=$(git log -n 1 --format="%H" -- src/livecodes/i18n/locales/en)" >> $GITHUB_ENV
Expand Down

0 comments on commit dc2b625

Please sign in to comment.