diff --git a/.github/workflows/mass-rebuild.yml b/.github/workflows/mass-rebuild.yml index 0cc83baf1f..fd1e6e76d6 100644 --- a/.github/workflows/mass-rebuild.yml +++ b/.github/workflows/mass-rebuild.yml @@ -49,7 +49,7 @@ jobs: fetch-depth: 2 - run: | sudo dnf install -y git-core - git config --global --add safe.directory "$GITHUB_WORKSPACE" + git config --global --add safe.directory . git fetch - name: Check file existence id: check_files