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

Feature/revert ci (#64)

* Revert "* update CI"

This reverts commit ab98bad3d9.

* * use itself

* * update itself

* * chckout codes

* * test

* * revert test
This commit is contained in:
shimataro 2020-01-18 10:57:51 +09:00 committed by GitHub
parent 3ba1bf8166
commit 3fe6393646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 8 deletions

View file

@ -7,8 +7,10 @@ jobs:
name: Connect to github.com name: Connect to github.com
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@feature/ci uses: ./.
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -20,8 +22,10 @@ jobs:
name: Connect to github.com with name and config name: Connect to github.com with name and config
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@feature/ci uses: ./.
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional

View file

@ -7,8 +7,10 @@ jobs:
name: Connect to github.com name: Connect to github.com
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@feature/ci uses: ./.
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -20,8 +22,10 @@ jobs:
name: Connect to github.com with name and config name: Connect to github.com with name and config
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@feature/ci uses: ./.
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional

View file

@ -7,8 +7,10 @@ jobs:
name: Connect to github.com name: Connect to github.com
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
steps: steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@feature/ci uses: ./.
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -20,8 +22,10 @@ jobs:
name: Connect to github.com with name and config name: Connect to github.com with name and config
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
steps: steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@feature/ci uses: ./.
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional

View file

@ -7,8 +7,10 @@ jobs:
name: Connect to github.com name: Connect to github.com
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@feature/ci uses: ./.
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -20,8 +22,10 @@ jobs:
name: Connect to github.com with name and config name: Connect to github.com with name and config
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@feature/ci uses: ./.
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional