actions-marketplace-validations/pass-variable-between-jobs-action
Streamlines passing variables between jobs in a workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 1, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/energyenables_pass-variable-between-jobs-action@4fa84a7ea80e62f103d861dc5299b45f1841d578 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Set or get? | yes | — |
| name | Variable name | yes | — |
| value | Variable value | no | — |
| wait | If set, will retry getting the variable | no | false |
| wait_interval | How long to wait between retries | no | — |
| wait_retries | Number of times to retry the action | no | — |
Outputs
| name | description |
|---|---|
| value | Variable value |