mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update README
This commit is contained in:
parent
bb783ed932
commit
9b7dbbf278
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* `config` option
|
||||||
|
|
||||||
## [1.3.0]
|
## [1.3.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -22,7 +22,8 @@ steps:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||||
name: id_rsa # optional
|
name: id_rsa # optional
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # known_hosts; optional
|
||||||
|
config: ${{ secrets.CONFIG }} # ssh_config; optional
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: apt install openssh-client rsync
|
run: apt install openssh-client rsync
|
||||||
- name: rsync over ssh
|
- name: rsync over ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue