1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
ssh-key-action/.github/workflows
shimataro 954c620b17
Feature/no known hosts (#181)
* 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

* test no_known_hosts parameter

* implement

* ignore known_hosts if no_known_hosts is true

* refactor

* no_known_hosts is false

* Revert "no_known_hosts is false"

This reverts commit 206d310c5c.

* test on Windows / macOS

* test on Docker containers

* add tests for Docker containers

* test no_known_hosts parameter

* implement

* ignore known_hosts if no_known_hosts is true

* refactor

* no_known_hosts is false

* Revert "no_known_hosts is false"

This reverts commit 206d310c5c.

* test on Windows / macOS

* test on Docker containers

* use `known_hosts: no` instead of `no_known_hosts: true`

* update README

* update README

* "known_hosts: no" -> "known_hosts: unnecessary"

* update README

* update README

* update CHANGELOG
2021-03-21 15:43:28 +09:00
..
build.yml remove "pull_request" trigger from CI (#172) 2021-02-23 10:25:44 +09:00
verify-on-container-alpine.yml Feature/no known hosts (#181) 2021-03-21 15:43:28 +09:00
verify-on-container-centos.yml Feature/no known hosts (#181) 2021-03-21 15:43:28 +09:00
verify-on-container-ubuntu.yml Feature/no known hosts (#181) 2021-03-21 15:43:28 +09:00
verify-on-macos.yml Feature/no known hosts (#181) 2021-03-21 15:43:28 +09:00
verify-on-ubuntu.yml Feature/no known hosts (#181) 2021-03-21 15:43:28 +09:00
verify-on-windows.yml Feature/no known hosts (#181) 2021-03-21 15:43:28 +09:00