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

* revert test

This commit is contained in:
shimataro 2019-12-30 08:43:08 +09:00
parent 5966423376
commit 6f47ea66bb
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -15,8 +15,9 @@ jobs:
fail-fast: false
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@feature/required
uses: shimataro/ssh-key-action@HEAD
with:
private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
- name: print created files