iarekylew00t/verified-bot-commit

GitHub Action for creating signed and verified bot commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe target repositoryno${{ github.repository }}
refThe ref to push the commit tono${{ github.ref }}
filesFiles/Glob patterns to include with the commityes
messageMessage for the commitno
message-fileFile to use for the commit messageno
auto-stageStage all changed files for committingnotrue
update-localUpdate local branch after committingnotrue
force-pushForce push the commitnofalse
if-no-commitSet the behavior when no commit is madenowarning
allow-empty-commitAllow creating an empty commit if there are no changesnofalse
no-throttleDisable the throttling mechanism during requestsnofalse
no-retryDisable the retry mechanism during requestsnofalse
max-retriesNumber of retries to attempt if a request failsno1
follow-symlinksFollow symbolic links when globbing filesnotrue
workspaceDirectory containing checked out filesno${{ github.workspace }}
api-urlBase URL for the GitHub APIno${{ github.api_url }}
tokenGitHub Token for REST API accessno${{ github.token }}
namedescription
blobsA JSON list of blob SHAs within the tree
treeSHA of the underlying tree for the commit
commitSHA of the commit itself
refSHA for the ref that was updated (same as commit)