guillaumefalourd/Write Java Properties file
GitHub Action to write keys=values to a java properties file ☕️ :octocat:
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | The path to the properties file. | yes | — |
| property | The property keys to write. Accepts an array. | yes | — |
| value | The property values to write (same order as the keys). Accepts an array. | yes | — |
Outputs
no outputs