mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-17 12:02:24 -05:00
[PR #335] Added Has Changes Action #1027
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/sdras/awesome-actions/pull/335
State: closed
Merged: Yes
Added a link to the Has Changes github action available at https://github.com/UnicornGlobal/has-changes-action
This action allows you to check if any previous steps have made any changes to the code that was initially checked out.
This is useful when you want to do something with changes made to the code in earlier steps.