mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* verify HEAD refs
This commit is contained in:
parent
bff7726dad
commit
e6c4bf5dc0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
fail-fast: false
|
||||
steps:
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@development
|
||||
uses: shimataro/ssh-key-action@HEAD
|
||||
with:
|
||||
private-key: ${{ secrets.SSH_KEY }}
|
||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
fail-fast: false
|
||||
steps:
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@development
|
||||
uses: shimataro/ssh-key-action@HEAD
|
||||
with:
|
||||
private-key: ${{ secrets.SSH_KEY }}
|
||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue