Skip to content

Commit

Permalink
chore: remove --check-events flag (made mandatory)
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo-henriques committed Jul 29, 2024
1 parent 95c2568 commit 4228df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ conformance_bin=$(mktemp)
curl -o ${conformance_bin} "https://actbin.blob.core.windows.net/act-bin/conformance_$ARCH"

chmod +x ${conformance_bin}
exec ${conformance_bin} "$@" --check-events
exec ${conformance_bin} "$@"

0 comments on commit 4228df7

Please sign in to comment.