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.
- uses: hwrok/print-workflow-data@v1
with:
caller-inputs: ${{ toJSON(inputs) }} # optional
caller-needs: ${{ toJSON(needs) }} # optional
caller-vars: ${{ toJSON(vars) }} # optional