ghcommit-action
ghcommit-action copied to clipboard
GitHub Action to commit files to a git branch using the ghcommit utility
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Vulnerabilities Renovate has not...
When I open a PR from feat branch to main, github action will run. I can see the files changed but during the autocommit stage I get the following. ```...
There are quite some actions out there that create commits. Unfortunately, they are not signed. Adding support for `--amend` should, if I am correct, make it possible to sign commits...
Hi folks! Great Action and I plan on giving it a go for a new project. I'm curious if you have a way (via inputs or other methods), to set...
Would it be possible to run this action on arm runners? Right now it fails when I try and do so.
Following on from https://github.com/planetscale/ghcommit-action/issues/66#issuecomment-2403385396 I tried it and the action behaves identically to before: Run planetscale/ghcommit-action@d4176bfacef926cc2db351eab20398dfc2f593b5 with: commit_message: Gradle Verification Metadata repo: paxosglobal/messaging branch: arm-gha-[2](https://github.com/paxosglobal/messaging/actions/runs/11280459749/job/31373484356?pr=4143#step:6:2) empty: false file_pattern: . env:...
We use git crypt and it works properly in Github actions. But with this action it (sometimes) fails: ``` "git-crypt" clean: line 0: git-crypt: not found error: external filter '"git-crypt"...