Skip to content

Commit

Permalink
+e on check
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone authored Nov 15, 2024
1 parent 8ec9acb commit 599519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: 'Check for jq - Unix-ish'
id: jq-check-unix
if: (runner.os == 'Linux' || runner.os == 'macOS')
shell: sh
shell: sh +e {0}
# language=sh
run: |
_jq_bin="$(which jq)"
Expand Down

0 comments on commit 599519e

Please sign in to comment.