1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* print created files

This commit is contained in:
shimataro 2019-11-23 12:37:14 +09:00
parent 00070c73aa
commit 0144b37c9c
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

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