Skip to content

Commit

Permalink
Updated readme and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Mar 25, 2021
1 parent 94b9492 commit 5949537
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -34,7 +34,7 @@ The value of the given property.

- name: Write value from Properties-file
id: write_property
uses: Reedyuk/[email protected].0
uses: Reedyuk/[email protected].1
with:
path: './src/main/resources/application.properties'
property: 'the.key.of.the.property'
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5949537

Please sign in to comment.