Added Has Changes Action

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 commit is contained in:
Darryn Ten 2020-02-20 18:41:20 +07:00 committed by GitHub
parent 59ac7c738c
commit 85493de8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Build Slate documentation](https://github.com/Decathlon/slate-builder-action)
- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files.
- [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files.
- [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps
#### Environments