Skip to content

Commit 9cbe695

Browse files
author
Greg Bowler
committed
debug: output log
1 parent db8c480 commit 9cbe695

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ inputs:
8181
description: Extra arguments to pass to the phpunit binary
8282
required: false
8383

84-
outputs:
85-
output_log:
86-
description: An output log of the build process
87-
8884
runs:
8985
using: "composite"
9086
steps:
@@ -112,7 +108,6 @@ runs:
112108
run: |
113109
set -e
114110
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
115-
echo "output_log=this is a test" >> $GITHUB_OUTPUT
116111
${{ github.action_path }}/phpunit-action.bash >> $GITHUB_OUTPUT
117112
shell: bash
118113

phpunit-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ then
9696
command_string+=($ACTION_ARGS)
9797
fi
9898

99-
echo "output_log=Command: " "${command_string[@]}"
99+
echo "output_log=Command: ${command_string[@]}"
100100

101101
docker run --rm \
102102
--volume "${phar_path}":/usr/local/bin/phpunit \

0 commit comments

Comments
 (0)