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" clean' failed 127
error: external filter '"git-crypt" clean' failed
fatal: mmc/test/pats.ts: clean filter 'git-crypt' failed
Let me know if you would be open for PR.
We use git crypt and it works properly in Github actions. But with this action it (sometimes) fails:
Full log:
log.txt
As it is not 100% reproducible, hard to tell why. But I suspect that adding git-crypt here https://github.com/planetscale/ghcommit-action/blob/main/Dockerfile could help.
Let me know if you would be open for PR.