We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedbec9 commit ba10397Copy full SHA for ba10397
README.md
@@ -9,7 +9,7 @@ This action reads json file and writes its content as environment variables.
9
10
### `prefix`
11
12
-The prefix. Default value `json`.
+The prefix (optional). Default value is empty string.
13
14
## Usage
15
@@ -36,7 +36,7 @@ The prefix. Default value `json`.
36
uses: antifree/json-to-variables@v1.0.1
37
with:
38
filename: 'test.json'
39
- prefix: ''
+ prefix: 'test'
40
- name: Show output
41
run: echo "The time was ${{ env.test_value }}, ${{ env.test_array_0_value }}, ${{ env.test_obj_value1 }}"
42
```
0 commit comments