Skip to content

Commit c92cfe2

Browse files
committed
Use /bin/bash instead of /bin/sh
1 parent b521627 commit c92cfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# parse branch
44
if [ -f $GITHUB_EVENT_PATH ]; then

0 commit comments

Comments
 (0)