grafana/GitHub API commit
Commits changes to your repository via the GitHub API instead of git commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 27, 2025
- License
- MIT
Pinned Snippet
uses: grafana/github-api-commit-action@b1d81091e8480dd11fcea8bc1f0ab977a0376ca5 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-message | The commit message | yes | Commit performed by grafana/github-api-commit-action |
| create-branch-on-remote | Whether to create the branch on remote if it does not exist already: true/false | yes | false |
| stage-all-files | Whether to additionally stage all changed files in the repo prior to committing: true/false | yes | false |
| success-if-no-changes | Whether to return success if no changes are detected: true/false | yes | false |
| token | GitHub access token with permissions to write to repo | yes | — |
Outputs
| name | description |
|---|---|
| commit-response | The response from the graphql query |