Skip to content

Commit 7ae1949

Browse files
committed
Move set -e to shebang
1 parent 3edfcd9 commit 7ae1949

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

entrypoint.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/bin/sh -l
2-
3-
set -e
1+
#!/bin/sh -le
42

53
PKG="meeDamian/github-release@2.0"
64

0 commit comments

Comments
 (0)