diff --git a/entrypoint.sh b/entrypoint.sh index bda7d7f..9359c77 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -73,7 +73,7 @@ if _git_changed; then node_modules/ .gitignore " >> .gitignore - git config --global core.excludesfile .gitignore_global + git config --global core.excludesfile .gitignore if $INPUT_ONLY_CHANGED; then # --diff-filter=d excludes deleted files