actions-marketplace-validations/Share GitHub jobs data

Share data across GitHub workflow jobs. Supports data of any shape: multiple properties, nested properties, lists, etc.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandCommand to use: 'set-data', 'read-data-current-workflow' or 'read-data-different-workflow'.yes
artifact-nameThe name of the workflow artifact where data is going to be stored or retrieved from.yesjob-data
data-filenameThe filename inside the workflow artifact that contains (in case of reading) or will contain (in case of writing) the data to share.yesjob-data.json
outputHow to output the job data in the step's output. It must be one of: none, strict-json, github-step-json.yesgithub-step-json
dataThe data to share in YAML format.no""
auth-tokenGitHub token used to download the job data artifact.no${{ github.token }}
repoThe repository for the workflow run in the format of {owner}/{repo}.no${{ github.repository }}
run-idThe unique identifier of the workflow run that contains the job data artifact.no""
namedescription
dataJob data in JSON format. Populated only when the output action input parameter is set to strict-json.