We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 163feaf + ae8134f commit 8168ac9Copy full SHA for 8168ac9
action.yml
@@ -90,7 +90,7 @@ runs:
90
ACTION_SSH_DOMAIN: ${{ inputs.ssh_domain }}
91
ACTION_WORKING_DIR: ${{ inputs.working_dir }}
92
id: composer_run
93
- run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/27be075494ae8a9bc0d10deb408e37b197986b8a/php-build.bash) composer \
+ run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/12de8e9639452908251dd6307bed69ea669865ae/php-build.bash) composer \
94
&& ${{ github.action_path }}/composer-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
95
shell: bash
96
0 commit comments