Skip to content

Commit 8168ac9

Browse files
author
Greg Bowler
authoredJan 8, 2021
Merge pull request #38 from php-actions/php-build-update
Update PHP-build for SSH compatibility
2 parents 163feaf + ae8134f commit 8168ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
ACTION_SSH_DOMAIN: ${{ inputs.ssh_domain }}
9191
ACTION_WORKING_DIR: ${{ inputs.working_dir }}
9292
id: composer_run
93-
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/27be075494ae8a9bc0d10deb408e37b197986b8a/php-build.bash) composer \
93+
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/12de8e9639452908251dd6307bed69ea669865ae/php-build.bash) composer \
9494
&& ${{ github.action_path }}/composer-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
9595
shell: bash
9696

0 commit comments

Comments
 (0)
Please sign in to comment.