carltonhenderson/Get persistent value
Gets a value that persists through GitHub Actions jobs and workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | Your access token (see README.md on how to get one). | yes | — |
| key | The key to retrieve the value with. | yes | — |
| default | A default value that will be returned if the input key does not exist. | no | — |
Outputs
| name | description |
|---|---|
| value | The value that was stored. |