akiojin/decode-base64-github-action

This action sets a Base64 string to an environment variable or writes it to a file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base64Specifies a Base64 string to decode. yes
environmentTo 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-pathTo 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""
namedescription
decodedThe decoded string is set.
output-pathThe file path where the decoded string was written out.