We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6754e9 commit b44835dCopy full SHA for b44835d
entrypoint.sh
@@ -19,5 +19,5 @@ rm -f "$INPUT_BIN_PATH"
19
20
if [[ $exit_status -ne 0 ]]; then
21
echo "::error::Error generating output files from JSON"
22
- exit $exit_status;
+ exit 1;
23
fi
0 commit comments