From 67ee61284c2bf55e40fa6cb959dee852934d5200 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 08:44:47 +0900 Subject: [PATCH] Revert "* SSH to github.com" This reverts commit 38f9acf9bdd412842920c141172cf885c5128ac4. --- .github/workflows/verify-on-macos.yml | 4 ---- .github/workflows/verify-on-ubuntu.yml | 4 ---- .github/workflows/verify-on-ubuntu1604.yml | 4 ---- .github/workflows/verify-on-windows.yml | 4 ---- 4 files changed, 16 deletions(-) diff --git a/.github/workflows/verify-on-macos.yml b/.github/workflows/verify-on-macos.yml index df3da7d..ad7454f 100644 --- a/.github/workflows/verify-on-macos.yml +++ b/.github/workflows/verify-on-macos.yml @@ -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 diff --git a/.github/workflows/verify-on-ubuntu.yml b/.github/workflows/verify-on-ubuntu.yml index c65b045..98c240b 100644 --- a/.github/workflows/verify-on-ubuntu.yml +++ b/.github/workflows/verify-on-ubuntu.yml @@ -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 diff --git a/.github/workflows/verify-on-ubuntu1604.yml b/.github/workflows/verify-on-ubuntu1604.yml index 30d025c..bb3ccc5 100644 --- a/.github/workflows/verify-on-ubuntu1604.yml +++ b/.github/workflows/verify-on-ubuntu1604.yml @@ -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 diff --git a/.github/workflows/verify-on-windows.yml b/.github/workflows/verify-on-windows.yml index 2f1146f..e76ce83 100644 --- a/.github/workflows/verify-on-windows.yml +++ b/.github/workflows/verify-on-windows.yml @@ -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