Skip to content

Commit e6e7954

Browse files
authored
chore(release): bump version to 0.4.1 (#21)
1 parent 72a615c commit e6e7954

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].0
11+
- uses: koyashiro/[email protected].1
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].0
23+
- uses: koyashiro/[email protected].1
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].0
36+
- uses: koyashiro/[email protected].1
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-action",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Export GitHub Actions secrets as environment variables",
55
"keywords": [
66
"actions"

0 commit comments

Comments
 (0)