unlyed/Store variables
Easily persist and read variables to reuse them between GitHub Action jobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| variables | Write variable: `VAR=VALUE` | Read variable: `VAR` | yes | — |
| delimiter | Regex delimiter between each variable | no | \r?\n |
| failIfNotFound | If true, will throw an error (and crash CI) when attempting to read a variable that doesn't exist in the store | no | false |
Outputs
no outputs