Skip to content

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

Notifications You must be signed in to change notification settings

rahkumar56/gha_printenvvariable

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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'

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published