swinton/Verified commit
GitHub Action to create verified commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 |