mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* use double quotes for string
This commit is contained in:
parent
df93f2048e
commit
e9c10d6221
4 changed files with 20 additions and 20 deletions
|
@ -16,7 +16,7 @@ steps:
|
|||
with:
|
||||
private-key: ${{ secret.SSH_KEY }}
|
||||
public-key: ${{ secret.SSH_KEY_PUBLIC }}
|
||||
name: 'id_rsa' # optional
|
||||
name: id_rsa # optional
|
||||
- name: Install packages
|
||||
run: apt install openssh-client rsync
|
||||
- name: rsync over ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue