actions-marketplace-validations/Commit and Push Branch
Create a new commit and force push it to a branch. Optionally, verify any checks and delete the branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 15, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/dsayling_commit-branch-check-action@473b3bdc061c152b908ec40dd0b7eae545e92328 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github Token with write permissions | yes | — |
| dest-branch | Branch to push to after commit | no | — |
| verify-checks | Verify the checks against the branch, if pushed | no | false |
| delete-after-checks | If checks have been verified, delete the branch | no | false |
| commit-message | Provide commit message if you would like to commit, file add still occurs | no | — |
| files | Specific files to add before the commit. | no | — |
Outputs
no outputs