Skip to content

Commit 4c903e6

Browse files
author
Michael Henderson
committed
removed too much
1 parent 0e9c90c commit 4c903e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v3
1111
- name: Read a json file
12-
uses: ./
12+
uses: ./
1313
id: read
1414
with:
1515
input-file: 'package.json'
1616
input-property: 'author.name' # Exp: 'fiddlermikey'
17+
- name: read the variable
18+
id: write
19+
run: echo "The value for ${{ steps.read.outputs.output-property }} is ${{ steps.read.outputs.output-value }}"
20+
21+

0 commit comments

Comments
 (0)