Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 395 Bytes

gha_printenvvariable

This repo is used for the print env variable using github actions

Print Environment Variables

This GitHub Action prints environment variables to the log.

Inputs

  • envs: A comma-separated list of environment variables to print. Defaults to ALL.

Example Usage

uses: your-username/your-repo/.github/actions/print-env@main
with:
  envs: 'VAR1,VAR2'