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 436031b commit 6fce3b4Copy full SHA for 6fce3b4
.github/actions/wordpress-host-test/action.yml
@@ -68,6 +68,9 @@ runs:
68
echo '${{ inputs.ssh-private-key }}' | base64 -d > ~/.ssh/id_rsa
69
chmod 600 ~/.ssh/id_rsa
70
71
+ # This is added as a separate step to catch SSH connection errors (bad
72
+ # credentials, or similar) early, since prepare.php takes a while before
73
+ # even attempting an SSH connection.
74
- name: Test SSH connectivity
75
shell: bash
76
run: |
0 commit comments