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

Merge pull request #44 from shimataro/feature/verify-head

* verify HEAD refs
This commit is contained in:
shimataro 2019-12-22 20:57:19 +09:00 committed by GitHub
commit 14c0e8f3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@HEAD
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }} public-key: ${{ secrets.SSH_KEY_PUBLIC }}
@ -36,7 +36,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- name: Install SSH key - name: Install SSH key
uses: shimataro/ssh-key-action@development uses: shimataro/ssh-key-action@HEAD
with: with:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }} public-key: ${{ secrets.SSH_KEY_PUBLIC }}