dev-bio/Commit Action

Commit files to repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 21, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: dev-bio/actions-commit@fcf650e065e81f5c0ef62a3ff3e0a8436468dd6b # v2.1.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenRepository access token with content write permissions.${{ github.token }}
github-repositoryRepository where we commit files.${{ github.repository }}
github-referenceCommit reference to use as parent.${{ github.ref }}
alwaysAlways create a commit, even if no files are changed.false
flattenDiscards directory structure, placing all files in the target directory.false
forceWhether to force update of the reference, may overwrite work!false
includeGlob patterns for files to include.no
excludeGlob patterns for files to exclude.no
sourceSource directory, commits files relative to working directory if no target is specified.no
targetTarget directory, commits files relative to working directory if no source is specified.no
messageCommit message.yes

no outputs