Skip to content

ashley-taylor/read-json-property-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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 }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published