mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/print-created-files (#34)
* * print created files * * fix location of .ssh
This commit is contained in:
parent
00070c73aa
commit
b957d8dcfb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
|
@ -21,5 +21,7 @@ jobs:
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||||
name: id_rsa # optional
|
name: id_rsa # optional
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
|
- name: print created files
|
||||||
|
run: ls ~/.ssh
|
||||||
- name: git clone through SSH
|
- name: git clone through SSH
|
||||||
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
|
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue