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

Revert "* update SHA on verify"

This reverts commit ee52bcaa27.
This commit is contained in:
shimataro 2019-12-22 18:47:16 +09:00
parent 474d26765a
commit 769d65e787
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -15,7 +15,7 @@ jobs:
fail-fast: false
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@{{ github.sha }}
uses: shimataro/ssh-key-action@feature/config
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@{{ github.sha }}
uses: shimataro/ssh-key-action@feature/config
with:
private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }}