From d78ad2171c83f7ebc47c73f785f21ca251abb6ed Mon Sep 17 00:00:00 2001 From: madhead Date: Sun, 18 Sep 2022 19:25:53 +0200 Subject: [PATCH] Add madhead/read-java-properties into the 'Utilities' section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..e247419 100644 --- a/README.md +++ b/README.md @@ -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) - [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. +- [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. - [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.