Skip to content
/ Debug Public
generated from PSModule/Template-Action

Print info from the runner environment to logs

License

Notifications You must be signed in to change notification settings

PSModule/Debug

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

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debug

Gets debug information about the environment.

Uses all the contexts, environment variables and PowerShell variables and modules.

Usage

Example

Example 1: Get debug information

jobs:
  Get-Debug:
    runs-on: ubuntu-latest
    steps:
      - name: Debug
        uses: PSModule/Debug@v1