GitHub Action
read JSON property
v1.2
Latest version
- 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 }}