Skip to content

Commit fd9e12b

Browse files
authored
Fix versions
1 parent 2d6d3d1 commit fd9e12b

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
@@ -14,7 +14,7 @@ with:
1414
Only copy secrets with names starting with `TF_VAR_`
1515

1616
```yaml
17-
uses: Firenza/secrets-to-env@v1.0.1
17+
uses: Firenza/secrets-to-env@v1.1.0
1818
1919
with:
2020
secrets: ${{ toJSON(secrets) }}
@@ -24,7 +24,7 @@ with:
2424
Only copy secrets with names starting with `TF_VAR_` and have the copied environment variable names have everything after `TF_VAR_` be lowercase.
2525

2626
```yaml
27-
uses: Firenza/secrets-to-env@v1.0.1
27+
uses: Firenza/secrets-to-env@v1.1.0
2828
with:
2929
secrets: ${{ toJSON(secrets) }}
3030
secret_filter_regex: TF_VAR_*

0 commit comments

Comments
 (0)