Skip to content

Commit

Permalink
Fix starts_with_convert_prefix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oNaiPs committed Feb 5, 2023
1 parent 27bbdb0 commit 3aac20e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ steps:
starts_with: PREFIX_
starts_with_convert_prefix: false
convert: lower
- run: env | grep 'PREFIX_'
- run: env
# observe that only vars with PREFIX_ were exported
# E.g. secret with PREFIX_KEY_1 would become PREFIX_key_1
```

**Convert:**
Expand Down

0 comments on commit 3aac20e

Please sign in to comment.