Skip to content

Commit

Permalink
Merge pull request #38 from php-actions/php-build-update
Browse files Browse the repository at this point in the history
Update PHP-build for SSH compatibility
  • Loading branch information
g105b authored Jan 8, 2021
2 parents 163feaf + ae8134f commit 8168ac9
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 8168ac9

Please sign in to comment.