We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9856b4 commit 33b6bd8Copy full SHA for 33b6bd8
.github/action/entrypoint.sh
@@ -1,4 +1,3 @@
1
-#!/bin/sh -l
2
-
3
-result=$(eval $1)
+#!/bin/bash
+result=$($1)
4
echo "::set-output name=result::$result"
0 commit comments