Skip to content

Commit 6563511

Browse files
authored
Fix incorrect Actions workflow expression (#518)
1 parent 16443ce commit 6563511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
if: success()
7070
- name: Mark the job as unsuccessful
7171
run: exit 1
72-
if: "!success()"
72+
if: ${{ !success() }}

0 commit comments

Comments
 (0)