qoomon/Create GitHub Commit
Create Commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- MIT
Pinned Snippet
uses: qoomon/actions--create-commit@7102b1a8b3cb8716dc70dbeb6d774c375d779d2f # v1.2.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| message | The commit message | yes | — |
| amend | Amend the last commit | — | false |
| allow-empty | Allow an empty commit | — | false |
| skip-empty | Skip action, if nothing to commit | — | false |
| token | A GitHub access token | yes | ${{ github.token }} |
| working-directory | The working directory | yes | . |
| remoteName | The remote name to create the commit at. | yes | origin |
Outputs
| name | description |
|---|---|
| commit | The commit hash, if a commit was created |