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 e1ce60d commit 3a65c5bCopy full SHA for 3a65c5b
action.yml
@@ -76,10 +76,10 @@ runs:
76
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
77
ACTION_ARGS: ${{ inputs.args }}
78
id: phpstan_run
79
- run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526/php-build.bash) phpstan \
+ run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) phpstan \
80
&& ${{ github.action_path }}/phpstan-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
81
shell: bash
82
83
branding:
84
icon: 'check-square'
85
- color: 'purple'
+ color: 'purple'
0 commit comments