Skip to content
Compare
Choose a tag to compare
@JamesIves JamesIves released this 19 Jan 21:44
· 519 commits to releases/v3 since this release
204e85b

Major Changes

  • 🔑 Added support for SSH Deploy Keys. You can learn how to utilize these here.
  • Massively improved test coverage and enabled CodeCov. Along with this came a good amount of code cleanup.
  • Improved the integration tests dramatically. There's now a suite of 10 integration tests that run on each merge to ensure that the action remains functional. These test all versions of checkout, environment setups, and ssh deployments.

Minor Changes

  • Enabled support for actions/checkout@v2.
  • Added the ability to customize the commit message.
  • Overhauled the README so it's more organized and concise.
  • Fixed the metadata in the action.yml file so it's now correctly formatted and includes all of the input options.
  • Added a CODEOWNERS file.
  • Added automatic label generation on all issue templates.
  • Improved the error handling so it's easier to figure out what went wrong if the action were to fail.