1
0
Fork 0
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:
shimataro 2021-02-08 22:53:39 +09:00
parent 5cd10c1e05
commit c07ae96ccb
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -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