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 60ed75b commit b69b6cdCopy full SHA for b69b6cd
action.yml
@@ -108,7 +108,9 @@ runs:
108
run: |
109
set -e
110
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
111
+ echo "text<<EOF" >> $GITHUB_OUTPUT
112
${{ github.action_path }}/phpunit-action.bash >> $GITHUB_OUTPUT
113
+ echo "EOF" >> $GITHUB_OUTPUT
114
shell: bash
115
116
branding:
phpunit-action.bash
@@ -2,6 +2,7 @@
2
3
github_action_path=$(dirname "$0")
4
docker_tag=$(cat ./docker_tag)
5
+
6
echo "output_log=Docker tag: $docker_tag"
7
8
if [ -z "$ACTION_PHPUNIT_PATH" ]
0 commit comments