From b68368f1216b6e829a123dc38e5945d0de262015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Dr=C3=A4ger?= Date: Sun, 19 Jan 2020 16:50:14 +0100 Subject: [PATCH 1/2] add 'Read Properties' action to Utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40c5666..438ee1a 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get latest SemVer and branch name given a search string](https://github.com/jessicalostinspace/github-action-get-regex-branch) - [Cut Release Branch](https://github.com/jessicalostinspace/cut-release-action) - Cuts a release branch given a branch prefix and optional semantic version. - [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules. +- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files ### Testing and Linting From cb6ff511ac0af0b61c8bc9949ea96605f72d2ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Dr=C3=A4ger?= Date: Mon, 20 Jan 2020 09:44:26 +0100 Subject: [PATCH 2/2] add write properties action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 439a203..9db469b 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules. - [Increment Semantic Version](https://github.com/christian-draeger/increment-semantic-version) - Bump a given semantic version (SemVer), depending on given release type. - [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. ### Testing and Linting