EndBug
released this
You can see the full changelog here.
Added:
- The default commit message now displays the name of the workflow too (issue #64)
Assets
2
You can see the full changelog here.
Changed:
- [BREAKING] Action parameters: multiple action parameters have been changed, refer to the docs for better info
- The code is now entirely in TypeScript (PR #57)
Fixed:
- Improved input checks
- Logs are now displayed on Windows too
- Remove unnecessary steps
- Remove unused dependencies
Assets
2
This release adds PR support to the action: you can now use when running the workflow with the pull_request event, and the action will push commits to the head branch.
Ref: issue #48
Assets
2
This release makes the action work also on Windows instances.
Ref: #33
Assets
2
This release adds tagging: you can now create and update lightweight tags within the action. Check out the "tagging" section of the readme for more info!
Ref #30
Assets
2
This release adds the ref option, that allows you to tell the action which branch it should use. If none is entered, it will default to the one that triggered the workflow (which is stored by GitHub in the GITHUB_REF env variable).
Please note that you only need to write the branch name, not the whole refs/heads/... string.
Ref issue: #29