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

Revert "* SSH to github.com"

This reverts commit 38f9acf9bd.
This commit is contained in:
shimataro 2020-01-18 08:44:47 +09:00
parent 38f9acf9bd
commit 67ee61284c
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
4 changed files with 0 additions and 16 deletions

View file

@ -14,8 +14,6 @@ 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:
@ -35,7 +33,5 @@ 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,8 +14,6 @@ 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:
@ -35,7 +33,5 @@ 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,8 +14,6 @@ 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:
@ -35,7 +33,5 @@ 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,8 +14,6 @@ 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:
@ -35,7 +33,5 @@ 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