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 483e931 commit d8993e5Copy full SHA for d8993e5
php-build.bash
@@ -6,6 +6,7 @@ if [ "$#" -ne 1 ]; then
6
echo "Must pass argument 1: the name of the action currently running"
7
exit 1
8
fi
9
+echo "Running php-build $1"
10
11
if [ -z "$GITHUB_ACTOR" ]
12
then
0 commit comments