Skip to content

Commit cfff786

Browse files
jongwooomxcl
authored andcommitted
replace deprecated command with environment file
1 parent 1a1252c commit cfff786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
git fetch --prune --unshallow --tags
3838
3939
if git show-ref --tags v${{ steps.tea.outputs.version }} --quiet; then
40-
echo "::set-output name=result::cancel"
40+
echo "result=cancel" >> $GITHUB_OUTPUT;;
4141
else
42-
echo "::set-output name=result::commence"
42+
echo "result=commence" >> $GITHUB_OUTPUT;;
4343
fi
4444
4545
- uses: andymckay/cancel-action@0.2

0 commit comments

Comments
 (0)