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

* update CI

This commit is contained in:
shimataro 2020-01-18 18:03:59 +09:00
parent 59969d7443
commit a2fe260470
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
4 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ jobs:
uses: ./.
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
known_hosts: ${{ secrets.KNOWN_HOSTS }} # optional
- name: print created files
run: ls ~/.ssh
- name: git clone through SSH
@ -28,7 +28,7 @@ jobs:
uses: ./.
with:
private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
known_hosts: ${{ secrets.KNOWN_HOSTS }} # optional
name: ssh_key_name # optional
config: | # optional
Host github