arcezd/GitHub app commit and push
Create a commit and push to a GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-app-id | The ID of the GitHub App | yes | — |
| github-app-private-key | The private key pem content of the GitHub App | no | — |
| github-app-private-key-file | The private key pem file path of the GitHub App | no | — |
| repository | The repository to commit and push to | yes | — |
| branch | The branch to commit and push to | yes | — |
| head | The head branch to commit and push from | no | — |
| message | Commit message | no | chore: autopublish ${date} |
| force-push | Force push to the branch | no | false |
| tags | Tags to create for the commit created | no | "" |
| add-new-files | Add new files to the commit | no | true |
| coauthors | Coauthors to add to the commit | no | "" |
Outputs
| name | description |
|---|---|
| sha | Commit SHA |