dev-bio/Commit Action
Commit files to repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 21, 2025
- License
- MIT
Pinned Snippet
uses: dev-bio/actions-commit@fcf650e065e81f5c0ef62a3ff3e0a8436468dd6b # v2.1.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Repository access token with content write permissions. | — | ${{ github.token }} |
| github-repository | Repository where we commit files. | — | ${{ github.repository }} |
| github-reference | Commit reference to use as parent. | — | ${{ github.ref }} |
| always | Always create a commit, even if no files are changed. | — | false |
| flatten | Discards directory structure, placing all files in the target directory. | — | false |
| force | Whether to force update of the reference, may overwrite work! | — | false |
| include | Glob patterns for files to include. | no | — |
| exclude | Glob patterns for files to exclude. | no | — |
| source | Source directory, commits files relative to working directory if no target is specified. | no | — |
| target | Target directory, commits files relative to working directory if no source is specified. | no | — |
| message | Commit message. | yes | — |
Outputs
no outputs