step-security/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
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-message | The commit message | yes | Commit performed by step-security/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 |