mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* fix example in README
This commit is contained in:
parent
9db28eab1b
commit
5eec1e39a1
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ steps:
|
||||||
uses: shimataro/ssh-key-action@v1
|
uses: shimataro/ssh-key-action@v1
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY_OF_TARGET }}
|
private-key: ${{ secrets.SSH_KEY_OF_TARGET }}
|
||||||
public-key: ${{ secrets.SSH_KEY_OF_TARGET }}
|
public-key: ${{ secrets.SSH_KEY_OF_TARGET_PUBLIC }}
|
||||||
name: id_rsa-target
|
name: id_rsa-target
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS_OF_TARGET }} # will be appended!
|
known-hosts: ${{ secrets.KNOWN_HOSTS_OF_TARGET }} # will be appended!
|
||||||
config: | # will be appended!
|
config: | # will be appended!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue