Skip to content

Commit b69b6cd

Browse files
author
Greg Bowler
committed
wip: multiline output
1 parent 60ed75b commit b69b6cd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ runs:
108108
run: |
109109
set -e
110110
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
111+
echo "text<<EOF" >> $GITHUB_OUTPUT
111112
${{ github.action_path }}/phpunit-action.bash >> $GITHUB_OUTPUT
113+
echo "EOF" >> $GITHUB_OUTPUT
112114
shell: bash
113115

114116
branding:

phpunit-action.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -e
33
github_action_path=$(dirname "$0")
44
docker_tag=$(cat ./docker_tag)
5+
56
echo "output_log=Docker tag: $docker_tag"
67

78
if [ -z "$ACTION_PHPUNIT_PATH" ]

0 commit comments

Comments
 (0)