v1.3.0
What's Changed
- feat: allow for action to trigger other actions using deploy keys by @SimonTheLeg in #20
- feat: allow for base64 encoded repo-keys by @SimonTheLeg in #21
- fix: use ssh-key on checkout by @SimonTheLeg in #22
- fix: use ssh-key in tagging step by @SimonTheLeg in #23
- fix: typo by @SimonTheLeg in #24
- encode REPO-SSH-KEY directly in action by @SimonTheLeg in #25
- feat: use underscores for variables by @SimonTheLeg in #26
- export variable to make it available to env by @SimonTheLeg in #27
- properly quote variable to avoid newline split by @SimonTheLeg in #28
- create known_hosts for github.com by @SimonTheLeg in #29
- switch to ed25519 public key in known_hosts by @SimonTheLeg in #30
- switch to ecdsa for known_hosts public key by @SimonTheLeg in #31
Full Changelog: v1.2.0...v1.3.0