We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfff786 commit 36d64bcCopy full SHA for 36d64bc
1 file changed
.github/workflows/cd.yml
@@ -37,9 +37,9 @@ jobs:
37
git fetch --prune --unshallow --tags
38
39
if git show-ref --tags v${{ steps.tea.outputs.version }} --quiet; then
40
- echo "result=cancel" >> $GITHUB_OUTPUT;;
+ echo "result=cancel" >> $GITHUB_OUTPUT
41
else
42
- echo "result=commence" >> $GITHUB_OUTPUT;;
+ echo "result=commence" >> $GITHUB_OUTPUT
43
fi
44
45
- uses: andymckay/cancel-action@0.2
0 commit comments