Skip to content

Commit 12e76e8

Browse files
authored
Merge pull request #742 from zyf722/i18next-integration-draft
fix(ci): update output variable for skip condition in i18n ci
2 parents 8ad3dec + dc2b625 commit 12e76e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n-update-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
DIFF=$(git diff --name-only $BRANCH origin/${{ github.event.repository.default_branch }})
118118
if [[ -z $DIFF ]]; then
119119
echo "No difference between $BRANCH and ${{ github.event.repository.default_branch }}."
120-
echo "SKIP=true" >> $GITHUB_ENV
120+
echo "SKIP=true" >> $GITHUB_OUTPUT
121121
fi
122122
123123
echo "LAST_COMMIT_SHA_PUSH=$(git log -n 1 --format="%H" -- src/livecodes/i18n/locales/en)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)