Print Workflow Data
ActionsTags
(2)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) }} # optionalPrint 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.