Skip to content

Commit e807c4b

Browse files
committed
chore(release): bump version to 0.2.0
1 parent f0fec1d commit e807c4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)