Skip to content

hwrok/print-workflow-data

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

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Print Workflow Data

Prints most of the data from the github object, as well as matrix context, job context, runner context, and optionally passed inputs, needs, and vars from the caller.

See github documentation for information about each context and what certain values may mean.

example usage:

- uses: hwrok/print-workflow-data@v1
  with:
    caller-inputs: ${{ toJSON(inputs) }} # optional
    caller-needs: ${{ toJSON(needs) }} # optional
    caller-vars: ${{ toJSON(vars) }} # optional