Releases: check-spelling/checkout-merge
Releases · check-spelling/checkout-merge
v0.0.6
Improve output
- Add step summary output for failure
- Switch from base.sha to base.ref
- Group merge output
Improve support for act
Try to fix null email address
🩹 Fixes
🏗️ Improvements
💔 Broken
Update for ::set-output deprecate
Handle clones that are not shallow
Checkout Merge (v0.0.1)
This is a minor bug-fix. If your repository was checked out in full, then the v0.0.0 action would fail.
Full Changelog: v0.0.0...v0.0.1
Initial Release
Checkout Merge initial release (v0.0.0)
This action addresses two problems:
- The
refs/pull/X/merge
commit has proven to be unreliable (occasionally being present when it shouldn't be, and often not being present which while not technically wrong just leads to frustrated users). - Using actions/checkout to retrieve
refs/pull/X/merge
yields unfriendly/confusing workflow experiences for novice users.