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

* update CI

This commit is contained in:
shimataro 2020-01-18 10:25:36 +09:00
parent d2da28e76c
commit ab98bad3d9
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
4 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@feature/ci
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -21,7 +21,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@feature/ci
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

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@feature/ci
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@feature/ci
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

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@feature/ci
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@feature/ci
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

@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@feature/ci
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
@ -21,7 +21,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@feature/ci
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional