Print Environment Variables
ActionsThis repo is used for the print env variable using github actions
This GitHub Action prints environment variables to the log.
envs
: A comma-separated list of environment variables to print. Defaults toALL
.
uses: your-username/your-repo/.github/actions/print-env@main
with:
envs: 'VAR1,VAR2'
Print Environment Variables is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.