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

4 commits

Author SHA1 Message Date
shimataro
ff6ce293fb
some adjusts 2022-10-30 23:19:46 +09:00
Viacheslav Kudinov
a8d8a747a0 Updated .gitignore 2022-03-03 15:56:22 +01: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
ace1e6a69a
* first action! (#1) 2019-09-18 20:39:54 +09:00