- id: base64
uses: colpal/actions-base64-decode@v2
with:
# The base64 string to decode
# Required
base64: YmFuYW5hCm1pbGtzaGFrZQ==
# If set, the decoded base64 is assumed to be sensitive, and will be masked
# Optional
# Default: true
mask: false
- run: script.sh
env:
BASE64_DECODED: ${{ steps.base64.outputs.decoded }}
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
colpal/actions-base64-decode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published