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

105 commits

Author SHA1 Message Date
shimataro
536ce5b853
verify on pull_request (#132) 2020-05-11 18:11:13 +09:00
shimataro
f1a1580bbd
version 2.0.2 (#128) 2020-04-12 10:13:37 +09:00
shimataro
37c93f4d12
Feature/update dependencies 20200412 (#127)
* update dependencies

* * update CHANGELOG
2020-04-12 10:03:20 +09:00
shimataro
ef5287d6c2
version 2.0.1 (#125) 2020-03-14 14:25:16 +09:00
shimataro
6f49ca664f
Feature/update dependencies 20200314 (#124)
* update dependencies

* * update CHANGELOG
2020-03-14 14:14:40 +09:00
shimataro
f75e1f50c3
Feature/scripts (#123)
* * just "npm ci" on rebuild

* * do not add "package-lock.json"
2020-03-01 08:32:20 +09:00
shimataro
9a0947af3f
* update keyword-spacing (#121) 2020-02-26 09:08:08 +09:00
shimataro
b7ac21090a
Feature/eslint (#120)
* * remove eslint-plugin-import

* * update TypeScript rules

* * update valid-jsdoc

* * update sort-imports

* * update semicolon style

* * update lines-between-class-members

* * update id-length

* * update function-paren-newline

* * update dot-notation
2020-02-26 08:28:23 +09:00
shimataro
0033eb1846
* add ol-prefix rule (#119) 2020-02-25 18:35:42 +09:00
shimataro
8cfbd50da1 * add example of "rsync via bastion" (#118) 2020-02-10 20:05:55 +09:00
shimataro
5f6cc712bb
version 2.0.0 (#116)
* Feature/private key (#71)

* * rename private-key to key

* * update CI

* * update README / CHANGELOG

* Feature/rename known hosts (#72)

* * rename known-hosts to known_hosts

* * update CI

* * update README

* * update CHANGELOG

* * update README

* Feature/known hosts required (#73)

* * make known-hosts required

* * update CI

* * update README

* * update CHANGELOG

* * update README

* Feature/docs v2 (#80)

* * update version in README

* * update badge URL

* * remove duplicated reference

* * update versions

* * fix CHANGELOG

* * fix version
2020-02-08 18:58:07 +09:00
shimataro
c01e9a6abf
version 1.6.5 (#114) 2020-02-08 18:20:59 +09:00
shimataro
a2c9fe2ff0 * update URL for release (#113) 2020-02-08 18:05:20 +09:00
shimataro
474c27fb45
version 1.6.5 (#112) 2020-02-08 17:46:02 +09:00
shimataro
ab389175de
* update URL for pull-request (#111) 2020-02-08 17:42:06 +09:00
shimataro
b0ede940dd
update dependencies (#110) 2020-02-08 17:32:27 +09:00
shimataro
2a85485fc9
Feature/checkout v2 (#109)
* * update checkout version

* * update README
2020-02-08 17:20:09 +09:00
shimataro
35971977d8
* use default import (#108) 2020-02-08 17:12:21 +09:00
shimataro
bd25955fab
Feature/scripts prepare release (#107)
* * prepare-release.sh

* * refactor "create-release-branch.sh"
2020-02-08 09:42:14 +09:00
shimataro
806ebadbbe
* refactor YAML file (#105) 2020-02-07 05:56:43 +09:00
shimataro
c6cd290932
* update CI URL (#104) 2020-02-07 05:54:57 +09:00
shimataro
f964ddc76d
version 1.6.4 (#102) 2020-01-27 06:16:12 +09:00
shimataro
1c3dfa5189
* fix the timing of "rm -rf node_modules" (#101) 2020-01-27 06:12:28 +09:00
shimataro
f55d9bd4d2
Bugfix/node modules (#100)
* * clean node_modules before "npm ci --only=production" in order not to add ".bin" directory

* * update CHANGELOG
2020-01-27 06:03:22 +09:00
shimataro
9e83f1acf9
version 1.6.3 (#97) 2020-01-27 00:19:42 +09:00
shimataro
afbda3a03b
Feature/faq (#96)
* * add FAQ

* * update CHANGELOG

* * update FAQ

* * update FAQ

* * update FAQ

* * update FAQ

* * add question

* * update FAQ

* * target -> server

* * add FAQ

* * fix some sendences

* * fix sentense

* * sending -> transferring

* * update FAQ

* * fix sendences

* * update sentence

* * fix sentences

* * update sentences

* * update sentence

* * update sentences

* * FAQ -> Q&A
2020-01-27 00:07:39 +09:00
shimataro
a7b3fb6713
Feature/scripts (#95)
* * install all dependencies on creating release branch

* * remove "&&"
2020-01-26 00:15:27 +09:00
shimataro
a4c60cd030
version 1.6.2 (#93) 2020-01-25 23:50:19 +09:00
shimataro
1821d0bccb
Feature/document (#92)
* * update document

* * update CHANGELOG

* rerun CI
2020-01-25 10:09:55 +09:00
shimataro
39071b500c
* add verify step on update-dependencies (#91) 2020-01-25 09:37:22 +09:00
shimataro
53aa96fbad
update dependencies (#90) 2020-01-25 09:29:15 +09:00
shimataro
041a5e7673
* update badges for v1 (#89) 2020-01-25 08:17:40 +09:00
shimataro
ccd2b7e901
Feature/key notice (#88)
* * update key notice

* rerun CI
2020-01-25 08:10:07 +09:00
shimataro
918fed51a1
Feature/scripts (#87)
* * refactor create-release-branch.sh

* * refactor rebuild.sh

* * refactor update-dependencies.sh
2020-01-23 23:20:07 +09:00
shimataro
410fe0c2fb
* add note about key format (#86) 2020-01-22 23:50:32 +09:00
shimataro
43f3196fa8
* update examples (#84) 2020-01-21 23:09:13 +09:00
shimataro
d5290d5608
version 1.6.1 (#82) 2020-01-19 23:38:28 +09:00
shimataro
277f0942be
* update changelog (#81) 2020-01-19 12:29:53 +09:00
shimataro
9498a2547e
* remove spaces in node version (#79) 2020-01-19 11:57:29 +09:00
shimataro
08e7847a0b
Bugfix/yaml lint (#78)
* * lint YAML files in subdirectories

* * refactor yaml-lint cli
2020-01-19 11:51:18 +09:00
shimataro
6f43580cbf
Feature/dev branch (#77)
* * renamed "development" to "develop"

* * renamed "development" to "develop"
2020-01-19 11:23:23 +09:00
shimataro
d000dbd584
* "install into" -> "install in" (#76) 2020-01-18 21:25:09 +09:00
shimataro
9a9a8bc7af
* use "install in", not "install to" (#75) 2020-01-18 20:30:41 +09:00
shimataro
9289becf64
Feature/name (#74)
* * "Install SSH key" -> "Install SSH Key"

* * update package.json
2020-01-18 20:20:37 +09:00
shimataro
262b0e5f7b
* remove .bak file (#70) 2020-01-18 12:25:23 +09:00
shimataro
baa16bd2bb
version 1.6.0 (#68) 2020-01-18 12:06:32 +09:00
shimataro
186286e08e
* fix BASE_BRANCH (#67) 2020-01-18 12:02:15 +09:00
shimataro
064d711681
Feature/scripts (#66)
* * add verify on rebuild

* * add create-release-branch
2020-01-18 11:58:48 +09:00
shimataro
aded825a59
* add stars badge (#54) 2020-01-18 11:23:25 +09:00
shimataro
0f5a528e4d
update dependencies (#65) 2020-01-18 11:14:01 +09:00