Skip to content

Commit

Permalink
chore(release): bump version to 0.4.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro authored Apr 22, 2024
1 parent 72a615c commit e6e7954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Set the JSON of secrets to `secrets`.

```yaml
steps:
- uses: koyashiro/[email protected].0
- uses: koyashiro/[email protected].1
with:
secrets: ${{ toJSON(secrets) }}
```
Expand All @@ -20,7 +20,7 @@ For example, a secret like `TF_VAR_EXAMPLE` will be exported as `TF_VAR_example`

```yaml
steps:
- uses: koyashiro/[email protected].0
- uses: koyashiro/[email protected].1
with:
secrets: ${{ toJSON(secrets) }}
downcase-tf-var: true
Expand All @@ -33,7 +33,7 @@ For example, a secret like `TF_TOKEN_EXAMPLE_COM` will be exported as `TF_TOKEN_

```yaml
steps:
- uses: koyashiro/[email protected].0
- uses: koyashiro/[email protected].1
with:
secrets: ${{ toJSON(secrets) }}
downcase-tf-token: true
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "export-secrets-action",
"version": "0.4.0",
"version": "0.4.1",
"description": "Export GitHub Actions secrets as environment variables",
"keywords": [
"actions"
Expand Down

0 comments on commit e6e7954

Please sign in to comment.