boredland/action-commit-store
action using a commit comment as a key value store
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| storage-commit-sha | commit to be used as storage | yes | — |
| key | key to store in | yes | — |
| value | value to store. returns current value if not set. | no | — |
| token | set the secret.GITHUB_TOKEN either via with or env. ref. https://github.com/octokit/auth-action.js#createactionauth | no | — |
| encryption-key | optionally provide a 32-character-long secret used for end-to-end encryption of your values | no | — |
Outputs
| name | description |
|---|---|
| updated | true if value has changed |
| encrypted | true if the state is stored encrypted |
| value | value for given key |