Skip to content

Commit

Permalink
removed too much
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed May 31, 2023
1 parent 0e9c90c commit 4c903e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Read a json file
uses: ./
uses: ./
id: read
with:
input-file: 'package.json'
input-property: 'author.name' # Exp: 'fiddlermikey'
- name: read the variable
id: write
run: echo "The value for ${{ steps.read.outputs.output-property }} is ${{ steps.read.outputs.output-value }}"


0 comments on commit 4c903e6

Please sign in to comment.