We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a79d7d commit dc9697eCopy full SHA for dc9697e
README.md
@@ -31,10 +31,10 @@ The prefix. Default value `json`.
31
### YML example
32
```
33
- name: JSON to variables
34
- uses: antifree/json-to-variables@v1
35
- with:
36
- filename: 'test.json'
37
- prefix: test
+ uses: antifree/json-to-variables@v1.0.0
+ with:
+ filename: 'test.json'
+ prefix: test
38
- name: Show output
39
- run: echo "The time was ${{ env.test_value }}, ${{ env.test_array_0_ }}, ${{ env.test_obj_value1 }}"
+ run: echo "The time was ${{ env.test_value }}, ${{ env.test_array_0_ }}, ${{ env.test_obj_value1 }}"
40
0 commit comments