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

5 commits

Author SHA1 Message Date
shimataro
b49a036be4
fix; JSON parse error on exit, if if_key_exists=fail and key exists (#260)
* fix; JSON parse error on exit, if `if_key_exists`=`fail` and key exists

* update CHANGELOG

* fix cleanup error

* add built files

* output only if created/removed/restored file exist.
2023-10-12 09:58:46 +09:00
shimataro
ccfb951a8e
fix; files that didn't backed up is not removed in "post" phase (#256)
* fix; files that didn't backed up is not removed in "post" phase

* output logs

* output log in main phase

* update log text

* update log text

* create directory only if not exist

* amend step name
2023-10-11 16:20:54 +09:00
shimataro
ab731d2fcd
update dependencies (#255) 2023-10-11 07:44:42 +09:00
shimataro
00676f1f60
use os.homedir() in order to get home directory (#253) 2023-10-11 05:04:21 +09:00
shimataro
6948892be9
use module files (#252)
* use module

* detect files to be restore automatically

* use esbuild

* drop ncc

* add comments

* refactor
2023-10-11 04:35:20 +09:00