Skip to content

Print Workflow Data

Actions
prints select github context for debugging purposes
v1
Latest
Star (0)

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

Print Workflow Data is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

prints select github context for debugging purposes
v1
Latest

Print Workflow Data is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.