Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Tolerate node exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Oct 18, 2024
1 parent 4365da9 commit b324ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- name: (call) node (1/0)
id: node-1-0
uses: ./node
# continue-on-error: true
continue-on-error: true
env:
exit_code: 1
post_exit_code: 0
Expand Down

0 comments on commit b324ca0

Please sign in to comment.