Add madhead/read-java-properties into the 'Utilities' section

This commit is contained in:
madhead 2022-09-18 19:25:53 +02:00
parent 654bcb11d0
commit d78ad2171c
No known key found for this signature in database
GPG Key ID: ACED25F067D0F238

View File

@ -200,6 +200,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) - [Build Slate documentation](https://github.com/Decathlon/slate-builder-action)
- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files. - [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. - [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files.
- [Yet another properties parser](https://github.com/madhead/read-java-properties) - Read values from `.properties` files.
- [Autotag](https://github.com/butlerlogic/action-autotag) - Automatically generate a new tag when the manifest file (i.e. `package.json`) version changes. - [Autotag](https://github.com/butlerlogic/action-autotag) - Automatically generate a new tag when the manifest file (i.e. `package.json`) version changes.
- [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates.
- [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps.