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

* SSH to github.com

This commit is contained in:
shimataro 2020-01-18 08:41:03 +09:00
parent 9a5305f0cb
commit 38f9acf9bd
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
4 changed files with 16 additions and 0 deletions

View file

@ -14,6 +14,8 @@ jobs:
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
- name: print created files
run: ls -l ~/.ssh
- name: SSH to github.com
run: ssh -v git@github.com
- name: git clone through SSH
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
ssh-with-name:
@ -33,5 +35,7 @@ jobs:
IdentityFile ~/.ssh/ssh_key_name
- name: print created files
run: ls -l ~/.ssh
- name: SSH to github.com
run: ssh -v git@github.com
- name: git clone through SSH
run: git clone github:shimataro/ssh-key-action.git tmp

View file

@ -14,6 +14,8 @@ jobs:
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
- name: print created files
run: ls -l ~/.ssh
- name: SSH to github.com
run: ssh -v git@github.com
- name: git clone through SSH
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
ssh-with-name:
@ -33,5 +35,7 @@ jobs:
IdentityFile ~/.ssh/ssh_key_name
- name: print created files
run: ls -l ~/.ssh
- name: SSH to github.com
run: ssh -v git@github.com
- name: git clone through SSH
run: git clone github:shimataro/ssh-key-action.git tmp

View file

@ -14,6 +14,8 @@ jobs:
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
- name: print created files
run: ls -l ~/.ssh
- name: SSH to github.com
run: ssh -v git@github.com
- name: git clone through SSH
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
ssh-with-name:
@ -33,5 +35,7 @@ jobs:
IdentityFile ~/.ssh/ssh_key_name
- name: print created files
run: ls -l ~/.ssh
- name: SSH to github.com
run: ssh -v git@github.com
- name: git clone through SSH
run: git clone github:shimataro/ssh-key-action.git tmp

View file

@ -14,6 +14,8 @@ jobs:
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
- name: print created files
run: ls ~/.ssh
- name: SSH to github.com
run: ssh -v git@github.com
- name: git clone through SSH
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
ssh-with-name:
@ -33,5 +35,7 @@ jobs:
IdentityFile ~/.ssh/ssh_key_name
- name: print created files
run: ls ~/.ssh
- name: SSH to github.com
run: ssh -v git@github.com
- name: git clone through SSH
run: git clone github:shimataro/ssh-key-action.git tmp