Skip to content

Commit 7ebcb0c

Browse files
authoredApr 18, 2024··
chore(release): bump version to 0.2.0 (#8)
1 parent f0fec1d commit 7ebcb0c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Set the JSON of secrets to `secrets`.
88

99
```yaml
1010
steps:
11-
- uses: koyashiro/export-secrets-action@v0.1.0
11+
- uses: koyashiro/export-secrets-action@v0.2.0
1212
with:
1313
secrets: ${{ toJSON(secrets) }}
1414
```
@@ -18,7 +18,7 @@ For example, a secret like `TF_VAR_EXAMPLE` will be exported as `TF_VAR_example`
1818

1919
```yaml
2020
steps:
21-
- uses: koyashiro/export-secrets-action@v0.1.0
21+
- uses: koyashiro/export-secrets-action@v0.2.0
2222
with:
2323
secrets: ${{ toJSON(secrets) }}
2424
downcase-tf-var: true

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "export-secrets-action",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Export GitHub Actions secrets as environment variables",
55
"keywords": [
66
"actions"

0 commit comments

Comments
 (0)
Please sign in to comment.