You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.