iarekylew00t/verified-bot-commit
GitHub Action for creating signed and verified bot commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The target repository | no | ${{ github.repository }} |
| ref | The ref to push the commit to | no | ${{ github.ref }} |
| files | Files/Glob patterns to include with the commit | yes | — |
| message | Message for the commit | no | — |
| message-file | File to use for the commit message | no | — |
| auto-stage | Stage all changed files for committing | no | true |
| update-local | Update local branch after committing | no | true |
| force-push | Force push the commit | no | false |
| if-no-commit | Set the behavior when no commit is made | no | warning |
| allow-empty-commit | Allow creating an empty commit if there are no changes | no | false |
| no-throttle | Disable the throttling mechanism during requests | no | false |
| no-retry | Disable the retry mechanism during requests | no | false |
| max-retries | Number of retries to attempt if a request fails | no | 1 |
| follow-symlinks | Follow symbolic links when globbing files | no | true |
| workspace | Directory containing checked out files | no | ${{ github.workspace }} |
| api-url | Base URL for the GitHub API | no | ${{ github.api_url }} |
| token | GitHub Token for REST API access | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| blobs | A JSON list of blob SHAs within the tree |
| tree | SHA of the underlying tree for the commit |
| commit | SHA of the commit itself |
| ref | SHA for the ref that was updated (same as commit) |