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 7955852 commit 319b475Copy full SHA for 319b475
1 file changed
action.yml
@@ -43,7 +43,9 @@ runs:
43
- uses: TheHackerApp/setup-ssh@main
44
with:
45
private-key: ${{ inputs.ssh-private-key }}
46
- host: ssh.shipyard.rs
+ host: |
47
+ ssh.shipyard.rs
48
+ github.com
49
50
- name: Login to Shipyard registry
51
shell: bash
0 commit comments