Turtle Kalus
83c3be0f44
fix: Add Cmd Default/Input support to cleanup
...
Bring `post` actions step into consistency with `main` for changes
introduced in #154
Without this change, `sshAgentCmd` is undefined when passed to
`execFileSync()` during `cleanup` and `post` is never successful.
2024-09-24 16:29:07 -07:00
Turtle Kalus
5e1c7c157e
chore: Update CHANGELOG
2024-09-24 16:29:07 -07:00
Matthias Pigulla
836c84ec59
Prepare a v0.7.0 release
2022-10-19 13:52:25 +00:00
Matthias Pigulla
2c78a1c5d1
Update the CHANGELOG
2022-10-19 11:28:57 +00:00
Camilo Celis Guzman
fbef2c7bd0
Add an action input/flag to disable logging of public key information ( #122 )
...
This commit adds the new `log-public-key` action input.
Closes #122 (contains the suggested changes plus a few tweaks and documentation), fixes #100 .
Co-authored-by: Matthias Pigulla <mp@webfactory.de>
2022-10-19 10:42:05 +00:00
Matthias Pigulla
28cb4d8505
Prepare a 0.6.0 release
2022-10-19 08:17:39 +00:00
Chung Tran
ea4c593dc9
Update node from node12 to node16 ( #132 )
...
This addresses the deprecation of Node 12 in GHA (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ ).
2022-10-19 10:16:47 +02:00
Matthias Pigulla
bc6614de94
Update recent changes in the CHANGELOG file
2021-11-20 11:43:02 +00:00
Michael Davis
780d0ee9a3
document v0.4.1 changes in the changelog ( #47 )
2020-11-17 09:17:43 +01:00
Matthias Pigulla
ef0ce0cab8
Ignore failures when trying to kill the ssh-agent
( #33 )
2020-06-24 08:31:28 +02:00
Matthias Pigulla
b6c65becb0
Prepare the v0.2.0 release
2020-01-14 09:32:40 +00:00
Matthias Pigulla
c6eb7ee1d8
Exit with a helpful error message when the secret has not been configured
2020-01-14 09:29:16 +00:00
Matthias Pigulla
6cf6299d23
Support multiple SSH keys ( #14 )
...
* Support concatenation of multiple private keys in the given secret
* Add a changelog
2020-01-14 10:21:11 +01:00