Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 276 Bytes

read-json-property-action

example

- name: Read Properties
  id: read_property
  uses:  ashley-taylor/[email protected]
  with:
    path: options.json
    property: artifact
- name: echo artifact
  run: echo ${{ steps.read_property.outputs.value }}