actions-marketplace-validations/Verified commit modBy Yui-KITAMURA
GitHub Action to create verified commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 17, 2023
- License
- ISC
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/yui-kitamura_commit@a1d23ba9b107b12449a443a3f7ac7afa7a127acd # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Newline-separated list of files to be committed, relative to root of repository. | yes | — |
| workspace | Base directory containing files to be committed, defaults to the GitHub workspace directory path, $GITHUB_WORKSPACE. | no | "" |
| commit-message | Commit message to be used | yes | — |
| ref | Reference to be updated with commit. This reference must already exist. Defaults to the repository's default branch ref. | no | "" |
Outputs
| name | description |
|---|---|
| commit-sha | SHA of created commit |