Skip to content

Commit 33b6bd8

Browse files
committed
Version upgrades
1 parent b9856b4 commit 33b6bd8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/action/entrypoint.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/sh -l
2-
3-
result=$(eval $1)
1+
#!/bin/bash
2+
result=$($1)
43
echo "::set-output name=result::$result"

0 commit comments

Comments
 (0)