Skip to content

Commit b0f7d64

Browse files
fix: positive action state on error call (#54)
1 parent a2a9c99 commit b0f7d64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22

3+
set -e
4+
35
if [ "$DEBUG_COMMANDS" = "true" ]; then
4-
set -ex
6+
set -x
57
fi
68

79
# DEBUG_MODE_ENABLED provides a way to enable the debug mode

0 commit comments

Comments
 (0)