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.
1 parent 16443ce commit 6563511Copy full SHA for 6563511
.github/workflows/main.yml
@@ -69,4 +69,4 @@ jobs:
69
if: success()
70
- name: Mark the job as unsuccessful
71
run: exit 1
72
- if: "!success()"
+ if: ${{ !success() }}
0 commit comments