**Version of the Action** `v2.3.0` **Describe the bug** Because of https://github.com/stefanzweifel/git-auto-commit-action/blob/40255153c49835cdb5d6359205881efb087dbf6a/entrypoint.sh#L24 when creating files that are not already tracked by `git`, those files will not be committed. Not sure if this expected, but perhaps we could modify the action?
Version of the Action
v2.3.0Describe the bug
Because of
git-auto-commit-action/entrypoint.sh
Line 24 in 4025515
when creating files that are not already tracked by
git, those files will not be committed.Not sure if this expected, but perhaps we could modify the action?