Skip to content

Commit 6fce3b4

Browse files
docs: add some comments to the action definition
1 parent 436031b commit 6fce3b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/wordpress-host-test/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ runs:
6868
echo '${{ inputs.ssh-private-key }}' | base64 -d > ~/.ssh/id_rsa
6969
chmod 600 ~/.ssh/id_rsa
7070
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.
7174
- name: Test SSH connectivity
7275
shell: bash
7376
run: |

0 commit comments

Comments
 (0)