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

add "if_key_exists" (#179)

* add "if_key_exists"

* add test

* fix flag

* fix SSH connection commands

* add test for if_key_exists=ignore

* add test for if_key_exists=fail

* add tests to Windows / macOS

* update CHANGELOG

* update badges

* update README

* fix README

* update README

* add tests for Docker containers
This commit is contained in:
shimataro 2021-03-18 20:57:28 +09:00 committed by GitHub
parent 8053198ce5
commit 88fb14d113
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 1308 additions and 445 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
* `if_key_exists` parameter
## [2.2.0] - 2021-02-27
### Added