mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* required parameters test 2
This commit is contained in:
parent
8705a49ab7
commit
5966423376
1 changed files with 1 additions and 1 deletions
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@feature/required
|
uses: shimataro/ssh-key-action@feature/required
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: ls ~/.ssh
|
run: ls ~/.ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue