From 7bdb403a0a337a1fef09331bd308135074fcf4ba Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Thu, 15 Feb 2024 17:02:35 +0300 Subject: [PATCH] Fixes dubious ownership problem --- .github/workflows/packaging-test-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 4ae741a91..0e2943822 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -74,6 +74,7 @@ jobs: - name: Set Postgres and python parameters for rpm based distros run: | + git config --global --add safe.directory '*' echo "/usr/pgsql-${{ matrix.POSTGRES_VERSION }}/bin" >> $GITHUB_PATH echo "/root/.pyenv/bin:$PATH" >> $GITHUB_PATH echo "PACKAGING_PYTHON_VERSION=3.8.16" >> $GITHUB_ENV