shimataro
03d49abb98
Merge branch 'develop' into feature/no_known_hosts
2021-03-18 21:04:16 +09:00
shimataro
7c7ca590e1
update README
2021-03-18 20:59:50 +09:00
shimataro
88fb14d113
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
2021-03-18 20:57:28 +09:00
shimataro
9dc7b32ce8
update README
2021-03-10 19:37:46 +09:00
shimataro
5e5ec7bdcb
"known_hosts: no" -> "known_hosts: unnecessary"
2021-03-09 18:49:46 +09:00
shimataro
f175db27c6
update README
2021-03-09 13:58:27 +09:00
shimataro
7b4e14149a
update README
2021-03-08 22:02:59 +09:00
shimataro
c31b1e4544
use known_hosts: no
instead of no_known_hosts: true
2021-03-08 20:27:45 +09:00
shimataro
712085029d
Merge branch 'feature/no_known_hosts' of github.com:shimataro/ssh-key-action into feature/no_known_hosts
2021-03-08 20:16:55 +09:00
shimataro
1b4f5304d1
test on Docker containers
2021-03-08 20:15:33 +09:00
shimataro
17b57f50c5
test on Windows / macOS
2021-03-08 20:14:39 +09:00
shimataro
d7b3d508ee
Revert "no_known_hosts is false"
...
This reverts commit 206d310c5c
.
2021-03-08 20:14:39 +09:00
shimataro
7efda0a39b
no_known_hosts is false
2021-03-08 20:14:39 +09:00
shimataro
78a41eaac0
refactor
2021-03-08 20:14:39 +09:00
shimataro
3d44217baf
ignore known_hosts if no_known_hosts is true
2021-03-08 20:14:39 +09:00
shimataro
75f4435545
implement
2021-03-08 20:14:39 +09:00
shimataro
9ce25420b4
test no_known_hosts parameter
2021-03-08 20:14:39 +09:00
shimataro
be34738386
add tests for Docker containers
2021-03-08 19:32:29 +09:00
shimataro
e4c51328fa
test on Docker containers
2021-03-08 18:22:58 +09:00
shimataro
1b0997cf76
test on Windows / macOS
2021-03-08 18:16:24 +09:00
shimataro
667d0dd081
Revert "no_known_hosts is false"
...
This reverts commit 206d310c5c
.
2021-03-08 18:15:26 +09:00
shimataro
206d310c5c
no_known_hosts is false
2021-03-08 18:10:18 +09:00
shimataro
91f978d590
refactor
2021-03-08 18:02:01 +09:00
shimataro
74af40b44a
ignore known_hosts if no_known_hosts is true
2021-03-08 17:53:38 +09:00
shimataro
169acaed93
implement
2021-03-08 17:45:01 +09:00
shimataro
0673b3776f
test no_known_hosts parameter
2021-03-08 17:09:37 +09:00
shimataro
7b68ee8c33
update README
2021-03-07 21:35:07 +09:00
shimataro
c52e9f85dc
fix README
2021-03-07 21:17:03 +09:00
shimataro
7b6183d699
update README
2021-03-07 21:09:28 +09:00
shimataro
72ff844f6e
update badges
2021-03-07 21:03:27 +09:00
shimataro
aea4e2cf47
update CHANGELOG
2021-03-07 20:56:26 +09:00
shimataro
59768b01da
add tests to Windows / macOS
2021-03-07 20:34:47 +09:00
shimataro
bee47d136c
add test for if_key_exists=fail
2021-03-07 20:20:00 +09:00
shimataro
0814a68adb
add test for if_key_exists=ignore
2021-03-07 19:59:48 +09:00
shimataro
0fdb885c6e
fix SSH connection commands
2021-03-07 19:42:06 +09:00
shimataro
a005abbf9b
fix flag
2021-03-07 19:36:55 +09:00
shimataro
82aae60510
add test
2021-03-07 19:30:29 +09:00
shimataro
3685ae93c6
add "if_key_exists"
2021-03-07 19:21:05 +09:00
shimataro
8053198ce5
version 2.2.0 ( #177 )
2021-02-27 14:09:25 +09:00
shimataro
68b956be12
Feature/centos ( #176 )
...
* check on CentOS container
* update README
* update links
* update CHANGELOG
* refactor insertLf()
2021-02-24 21:24:03 +09:00
shimataro
cdcc4725b3
test on Docker for Windows ( #175 )
...
* test on Docker for Windows
* Revert "test on Docker for Windows"
This reverts commit 5ad4baf9d8
.
* update README
2021-02-23 11:27:02 +09:00
shimataro
80ed341cfe
update dependencies ( #174 )
2021-02-23 10:42:34 +09:00
shimataro
4b6bc79244
Feature/matrix docker container ( #173 )
...
* use matrix for Docker container
* update badge
2021-02-23 10:38:18 +09:00
shimataro
5b144c9cec
remove "pull_request" trigger from CI ( #172 )
2021-02-23 10:25:44 +09:00
shimataro
e83b5ac86d
support OpenSSH key format ( #171 )
...
* Make up for LF in last line of SSH key file
* refactor insertLf()
* add test for OpenSSH format
* add PKCS8 format
* apply to other virtual machines
* update README
* update CHANGELOG
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
2021-02-23 10:22:30 +09:00
shimataro
026e5f82bf
Feature/container ( #170 )
...
* support Docker container
* move .ssh to /root
* remove print step
* change home directory for Docker container
* print HOME
* print home
* print home
* update dist file
* update dirname
* update CHANGELOG
* add badge
2021-02-08 23:31:19 +09:00
shimataro
0b924ac88f
update dependencies ( #169 )
2021-02-08 22:40:11 +09:00
shimataro
a988908393
Feature/ignore node modules ( #166 )
...
* Ignore Node files that should not be tracked
The list can be fetched by `gibo dump node`.
* Untrack node_modules/@actions
* Cache node_modules
* Don't add node_modules ins Bash scripts
* Use ncc to pack dependencies
* Change final product path
Remove & ignore previous one (lib/main.js{,.map})
* Disable PR check using author's key
Author's key is not passed to PR builds (#164 )
* update settings
* update CHANGELOG
* update build.yml
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
2021-02-08 22:19:05 +09:00
shimataro
47a775a015
Feature/fix readme ( #167 )
...
* fix README.md
* update README
Co-authored-by: KimSoungRyoul <KimSoungRyoul@gmail.com>
2021-02-08 21:40:22 +09:00
dependabot[bot]
66374eaff9
Bump @actions/core from 1.2.4 to 1.2.6 ( #158 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.4 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-10 22:53:14 +09:00