mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Merge dc64ff3ccb
into b38d88da8a
This commit is contained in:
commit
7906d544bb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ steps:
|
||||||
config: ${{ secrets.CONFIG }} # ssh_config; optional
|
config: ${{ secrets.CONFIG }} # ssh_config; optional
|
||||||
if_key_exists: fail # replace / ignore / fail; optional (defaults to fail)
|
if_key_exists: fail # replace / ignore / fail; optional (defaults to fail)
|
||||||
- name: rsync over ssh
|
- name: rsync over ssh
|
||||||
run: rsync ./foo/ user@remote:bar/
|
run: rsync -av ./foo/ user@remote:bar/
|
||||||
```
|
```
|
||||||
|
|
||||||
See [Workflow syntax for GitHub Actions](https://help.github.com/en/articles/workflow-syntax-for-github-actions) for details.
|
See [Workflow syntax for GitHub Actions](https://help.github.com/en/articles/workflow-syntax-for-github-actions) for details.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue