We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7261bc commit 11b2524Copy full SHA for 11b2524
.github/workflows/ssh-private-key.yml
@@ -18,4 +18,4 @@ jobs:
18
with:
19
private_key: ${{ secrets.SSH_PRIVATE_KEY }}
20
- name: Test connection
21
- run: ssh -T git@github.com
+ run: ssh -T git@github.com || true
0 commit comments