Skip to content

Commit dc9697e

Browse files
authored
Update README.md
1 parent 1a79d7d commit dc9697e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ The prefix. Default value `json`.
3131
### YML example
3232
```
3333
- name: JSON to variables
34-
uses: antifree/json-to-variables@v1
35-
with:
36-
filename: 'test.json'
37-
prefix: test
34+
uses: antifree/json-to-variables@v1.0.0
35+
with:
36+
filename: 'test.json'
37+
prefix: test
3838
- name: Show output
39-
run: echo "The time was ${{ env.test_value }}, ${{ env.test_array_0_ }}, ${{ env.test_obj_value1 }}"
39+
run: echo "The time was ${{ env.test_value }}, ${{ env.test_array_0_ }}, ${{ env.test_obj_value1 }}"
4040
```

0 commit comments

Comments
 (0)