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 b94a121 commit fdc6fc0Copy full SHA for fdc6fc0
action.yml
@@ -77,7 +77,7 @@ runs:
77
ACTION_ARGS: ${{ inputs.args }}
78
id: phpstan_run
79
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpunit \
80
- && ${{ github.action_path }}/phpstan-action.bash || cat ${{ github.action_path }}/output.log
+ && ${{ github.action_path }}/phpstan-action.bash || cat ${{ github.workspace }}/output.log
81
shell: bash
82
83
branding:
phpstan-action.bash
@@ -1,6 +1,5 @@
1
#!/bin/bash
2
set -e
3
-pwd
4
github_action_path=$(dirname "$0")
5
docker_tag=$(cat ./docker_tag)
6
echo "Docker tag: $docker_tag" >> output.log 2>&1
0 commit comments