actions-marketplace-validations/Get Property
Retrieves a single property from a Java .properties file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 29, 2022
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/dschanoeh_get-property@b3be0b55fd7996e08b266d94ccc0b21a456406c1 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The path to the properties file | yes | — |
| property | The property key to be used | yes | — |
Outputs
| name | description |
|---|---|
| value | The value of the property |