Skip to content

Commit cc56395

Browse files
author
Greg Bowler
committed
Output initial debug message to log
1 parent e6cc1ce commit cc56395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "$#" -lt 1 ]; then
66
echo "Must pass argument 1: the name of the action currently running"
77
exit 1
88
fi
9-
echo "Running php-build $1"
9+
echo "Running php-build $1" >> output.log 2>&1
1010

1111
if [ -z "$GITHUB_ACTOR" ]
1212
then

0 commit comments

Comments
 (0)