mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
update README and CHANGELOG
This commit is contained in:
parent
5f5991acde
commit
91cc1cae47
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
* always set server key of `github.com` to `known_hosts`
|
||||
|
||||
### Fixed
|
||||
|
||||
* usage of `rsync` in README
|
||||
|
|
|
@ -45,6 +45,8 @@ steps:
|
|||
|
||||
See [Workflow syntax for GitHub Actions](https://help.github.com/en/articles/workflow-syntax-for-github-actions) for details.
|
||||
|
||||
**NOTE:** Server key of `github.com` will be always set to `known_hosts`.
|
||||
|
||||
### Install multiple keys
|
||||
|
||||
If you want to install multiple keys, call this action multiple times.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue