1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Feature/GitHub key (#122)

* always prepend key of github.com

* update README and CHANGELOG

* update tests

* test to connect bitbucket.org

* update test

* update rest tests
This commit is contained in:
shimataro 2022-11-03 03:41:25 +09:00 committed by GitHub
parent bcb314ec07
commit 1512adeca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 644 additions and 255 deletions

View file

@ -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.