muchaszewski/Read Json Properties Action

Reads properties and exposes them to the github action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathPath to the json filepackage.json
jsonJson raw input as text{}
propertiesProperty or an array to read eg: "[name, version, repository.url]" or "name"yes
transformNestedA sign that replaces `.` for ouput values_
namedescription
valuesEach property is accessed via it's property name using outputs value eg: {{steps.read_property.outputs.name}}. If a property is nested `.` is replaced with '_' by default eg: {{steps.read_property.repository_url}}