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 b77b270 commit 163feafCopy full SHA for 163feaf
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/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526/php-build.bash) composer \
+ run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/27be075494ae8a9bc0d10deb408e37b197986b8a/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