diff --git a/README.md b/README.md index 945c41d..0b14caf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # write-properties GitHub Action -write-properties allows you to write key values to your .properties file. +write-properties allows you to write key values to your .properties file on *Any* github platform e.g. MacOS, Linux, Windows ## Integrating with GitHub actions @@ -34,7 +34,7 @@ The value of the given property. - name: Write value from Properties-file id: write_property - uses: Reedyuk/write-properties@v1.0.0 + uses: Reedyuk/write-properties@v1.0.1 with: path: './src/main/resources/application.properties' property: 'the.key.of.the.property' diff --git a/action.yml b/action.yml index 55bc2bf..d2feb45 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: 'Write Property' description: 'Write property to .properties file' +author: Andrew Reed +branding: + icon: 'edit' + color: 'blue' inputs: path: description: 'The path to properties file to write' diff --git a/package.json b/package.json index 2dc7078..f5d9978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "write-properties", - "version": "1.0.0", + "version": "1.0.1", "description": "write-properties allows you to write key values to your .properties file.", "main": "index.js", "scripts": {