akiojin/decode-base64-github-action
This action sets a Base64 string to an environment variable or writes it to a file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base64 | Specifies a Base64 string to decode. | yes | — |
| environment | To also set the decoded string to an environment variable, specify the name of the environment variable in this parameter. If this value is set, the environment variable will be set to the decoded result. If omitted, the environment variable will not be set. | no | "" |
| output-path | To output the decoded string to the specified file, specify a path in this parameter. If omitted, the internally set path is used and passed to `outputs.output-path`. | no | "" |
Outputs
| name | description |
|---|---|
| decoded | The decoded string is set. |
| output-path | The file path where the decoded string was written out. |