Skip to content

Commit 3aac20e

Browse files
committed
Fix starts_with_convert_prefix comment
1 parent 27bbdb0 commit 3aac20e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ steps:
135135
starts_with: PREFIX_
136136
starts_with_convert_prefix: false
137137
convert: lower
138-
- run: env | grep 'PREFIX_'
138+
- run: env
139+
# observe that only vars with PREFIX_ were exported
140+
# E.g. secret with PREFIX_KEY_1 would become PREFIX_key_1
139141
```
140142

141143
**Convert:**

0 commit comments

Comments
 (0)