truemark/Commit Context Action
Provides a mechanism for storing and loading an image tag based on a commit SHA using Github Repository Variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| max-entries | The maximum number of entries before pruning. Defaults to 20. | no | 20 |
| org | The Github organization in which the repository lives under. | no | false |
| repository-variable | The name of the repository variable to store the commit context. Must start with a letter and defaults to commit_context. | no | commit_context |
| token | The API or personal access token to authorize read and write access to Repository Variables. Note: secrets.GITHUB_TOKEN will not work here. | yes | — |
| value | The commit context that should be saved for the current commit SHA. If not provided, the action will retrieve the context instead. | no | "" |
Outputs
| name | description |
|---|---|
| value | The commit context for the current commit SHA. |