step-security/Commit git changes
Commit git changes directly to GitHub using the GraphQL API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit_message | The commit message to use. | yes | — |
| repo | The name of the repo to commit to in "owner/repo" format. | yes | — |
| branch | The name of the branch to commit to. | yes | — |
| empty | Allow making an empty commit if there are no changes. | no | false |
| file_pattern | File pattern used for `git add`. For example `src/*.js` | no | . |
Outputs
| name | description |
|---|---|
| commit-url | The URL of the created commit. |
| commit-hash | The hash of the created commit. |