Skip to content

Commit

Permalink
Update php-build
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 8, 2021
1 parent 163feaf commit ae8134f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:
ACTION_SSH_DOMAIN: ${{ inputs.ssh_domain }}
ACTION_WORKING_DIR: ${{ inputs.working_dir }}
id: composer_run
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 \
&& ${{ github.action_path }}/composer-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
shell: bash

Expand Down

0 comments on commit ae8134f

Please sign in to comment.