mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
move .ssh to /root
This commit is contained in:
parent
5cd10c1e05
commit
c07ae96ccb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/verify-on-container.yml
vendored
2
.github/workflows/verify-on-container.yml
vendored
|
@ -22,6 +22,8 @@ jobs:
|
|||
with:
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
- name: move .ssh to /root
|
||||
run: mv ~/.ssh /root
|
||||
- name: print created files
|
||||
run: ls -l ~/.ssh
|
||||
- name: git clone through SSH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue