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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
max-entriesThe maximum number of entries before pruning. Defaults to 20.no20
orgThe Github organization in which the repository lives under.nofalse
repository-variableThe name of the repository variable to store the commit context. Must start with a letter and defaults to commit_context.nocommit_context
tokenThe API or personal access token to authorize read and write access to Repository Variables. Note: secrets.GITHUB_TOKEN will not work here.yes
valueThe commit context that should be saved for the current commit SHA. If not provided, the action will retrieve the context instead.no""
namedescription
valueThe commit context for the current commit SHA.