Skip to content

Commit 4fceae3

Browse files
authored
chore(release): bump version to 0.5.2 (#115)
1 parent 2fbad05 commit 4fceae3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
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/[email protected].1
11+
- uses: koyashiro/[email protected].2
1212
with:
1313
secrets: ${{ toJSON(secrets) }}
1414
```
@@ -20,7 +20,7 @@ For example, a secret like `TF_VAR_EXAMPLE` will be exported as `TF_VAR_example`
2020

2121
```yaml
2222
steps:
23-
- uses: koyashiro/[email protected].1
23+
- uses: koyashiro/[email protected].2
2424
with:
2525
secrets: ${{ toJSON(secrets) }}
2626
downcase-tf-var: true
@@ -33,7 +33,7 @@ For example, a secret like `TF_TOKEN_EXAMPLE_COM` will be exported as `TF_TOKEN_
3333

3434
```yaml
3535
steps:
36-
- uses: koyashiro/[email protected].1
36+
- uses: koyashiro/[email protected].2
3737
with:
3838
secrets: ${{ toJSON(secrets) }}
3939
downcase-tf-token: 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",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Export GitHub Actions secrets as environment variables",
55
"keywords": [
66
"actions"

0 commit comments

Comments
 (0)