-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters