Skip to content

Commit b44835d

Browse files
committed
Updated exit_status
1 parent a6754e9 commit b44835d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ rm -f "$INPUT_BIN_PATH"
1919

2020
if [[ $exit_status -ne 0 ]]; then
2121
echo "::error::Error generating output files from JSON"
22-
exit $exit_status;
22+
exit 1;
2323
fi

0 commit comments

Comments
 (0)