Git crypt sometimes fails
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
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.
I'm not familiar with git-crypt. The base image we use pulls apk packages from the upstream wolfi-os distro. I don't see a git-crypt package available there, however - https://github.com/wolfi-dev/os. First step might be to submit a git-crypt package definition to wolfi.
Thx! Will try there and see how it will go
git-crypt is now available in Wolfi
Thx! After rebuild will retest
@gladykov I added git-crypt to the image in ghcommit-action v0.2.3. Please try it and if there is still an issue comment here and we can re-open this