saasquatch/SaaSquatch Git Commit Action
Create commits using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Files to be committed | yes | — |
| message | Commit message | yes | — |
| long-message | Optional long commit message | no | — |
| tag | Optionally create a tag for this commit | no | — |
| tag-message | Tag message (required if tag is specified) | no | — |
| repository | Repository with both owner and repo name | yes | — |
| branch | Branch to commit to | yes | — |
| working-directory | Working directory of the `files` input | no | — |
Outputs
| name | description |
|---|---|
| success | Whether or not the commits succeeded |