dsanders11/GitHub App Commit Action
Makes it simple to make verified Git commits as a GitHub app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-on-no-changes | Whether or not to set action failure if there are no changes to commit | no | true |
| force | Whether to force the update or to make sure the update is a fast-forward update when updating an existing ref | no | false |
| commit-author | Optional commit author in format "Name <email>" | no | — |
| message | The commit message | yes | — |
| owner | The owner of the GitHub repo, defaults to the owner of the repository this action is running in | no | — |
| ref | Git reference to associate the commit with (e.g. `main`). If it does not exist it will be created. Defaults to the the current checkout ref. | no | — |
| repository | The GitHub repository to commit to, defaults to the repository this action is running in | no | — |
| token | The GitHub app installation token | yes | — |
| working-directory | The working directory, defaults to the current working directory | no | — |
Outputs
| name | description |
|---|---|
| message | The commit message |
| ref | The associated Git reference |
| ref-operation | Which operation was performed on the ref: `created` or `updated`. Has no value if there were no changes to commit. |
| sha | SHA for the commit |