mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
remove print step
This commit is contained in:
parent
c07ae96ccb
commit
0ab160f67a
1 changed files with 0 additions and 2 deletions
2
.github/workflows/verify-on-container.yml
vendored
2
.github/workflows/verify-on-container.yml
vendored
|
@ -24,7 +24,5 @@ jobs:
|
|||
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
|
||||
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue