mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-04-21 09:29:43 +08:00
This test confirms the problem mentioned in #227. If `file_pattern` contains a pattern of, for example 2 file extensions, and only files for one extensions are dirty but not for the otherone, `git-add` will throw a fatal error. It does not throw an error if the files for the pattern already exist but are not dirty.