Releases: kielabokkie/ssh-key-and-known-hosts-action
Releases · kielabokkie/ssh-key-and-known-hosts-action
1.4.1
Full Changelog: v1.4.1...v1.4.1
1.4.0
1.3.5
What's Changed
- Fix cleanup failure on macOS Github runners by @kielabokkie in #25
Full Changelog: v1.3.4...v1.3.5
1.3.4
What's Changed
- Don’t create minor version tag by @kielabokkie in #22
Full Changelog: v1.3.3...v1.3.4
1.3.3
What's Changed
- Automatically build new release by @kielabokkie in #21
Full Changelog: v1.3.2...v1.3.3
1.3.2
What's Changed
- Update Node version to 16 by @AntonioCandinho in #20
New Contributors
- @AntonioCandinho made their first contribution in #20
Full Changelog: v1.3.1...v1.3.2
1.3.1
1.3.0
- Allow overriding of the socket file
1.2.0
- Add cleanup script to stop the ssh-agent after the action has run
1.1.1
- Use await on mkdir (thanks @bummzack!)