diff --git a/.github/workflows/update-cmd-repositories.yaml b/.github/workflows/update-cmd-repositories.yaml index 9a63d55..ad45dec 100644 --- a/.github/workflows/update-cmd-repositories.yaml +++ b/.github/workflows/update-cmd-repositories.yaml @@ -59,6 +59,8 @@ jobs: git restore --staged -- .templateignore && git restore -- .templateignore } || { + rm .templateignore + touch .templateignore git add .templateignore } git restore --staged -- $(cat .templateignore)