Skip to content

read JSON property

Actions
Allows you to specify a path or json string that will extract a single property from
v1.2
Latest
Star (2)

Tags

 (1)

read-json-property-action

example

- name: Read Properties
  id: read_property
  uses:  ashley-taylor/read-json-property-action@v1.2
  with:
    path: options.json
    property: artifact
- name: echo artifact
  run: echo ${{ steps.read_property.outputs.value }}

read JSON property is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Allows you to specify a path or json string that will extract a single property from
v1.2
Latest

Tags

 (1)

read JSON property is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.