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:
parent
9a5305f0cb
commit
38f9acf9bd
4 changed files with 16 additions and 0 deletions
4
.github/workflows/verify-on-macos.yml
vendored
4
.github/workflows/verify-on-macos.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/verify-on-ubuntu.yml
vendored
4
.github/workflows/verify-on-ubuntu.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/verify-on-ubuntu1604.yml
vendored
4
.github/workflows/verify-on-ubuntu1604.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/verify-on-windows.yml
vendored
4
.github/workflows/verify-on-windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue