Skip to content

Commit 319b475

Browse files
authored
Add github.com to known_hosts file (#8)
Adds `github.com` to the `~/.ssh/known_hosts` file for pulling dependencies from private repositories.
1 parent 7955852 commit 319b475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ runs:
4343
- uses: TheHackerApp/setup-ssh@main
4444
with:
4545
private-key: ${{ inputs.ssh-private-key }}
46-
host: ssh.shipyard.rs
46+
host: |
47+
ssh.shipyard.rs
48+
github.com
4749
4850
- name: Login to Shipyard registry
4951
shell: bash

0 commit comments

Comments
 (0)