This 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'