Skip to content

Commit ba10397

Browse files
authored
Update README.md
1 parent cedbec9 commit ba10397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This action reads json file and writes its content as environment variables.
99

1010
### `prefix`
1111

12-
The prefix. Default value `json`.
12+
The prefix (optional). Default value is empty string.
1313

1414
## Usage
1515

@@ -36,7 +36,7 @@ The prefix. Default value `json`.
3636
uses: antifree/[email protected]
3737
with:
3838
filename: 'test.json'
39-
prefix: ''
39+
prefix: 'test'
4040
- name: Show output
4141
run: echo "The time was ${{ env.test_value }}, ${{ env.test_array_0_value }}, ${{ env.test_obj_value1 }}"
4242
```

0 commit comments

Comments
 (0)