Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

colpal/actions-base64-decode

Repository files navigation

actions-base64-decode

Usage

  - 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 }}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published