diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index 94619f4e418..2a8f973565e 100644 --- a/.github/workflows/catalog-test.yaml +++ b/.github/workflows/catalog-test.yaml @@ -23,6 +23,9 @@ jobs: fetch-depth: 100 ref: ${{ inputs.checkoutCommit }} + - name: Setting repo parent dir as safe safe.directory + run: git config --global --add safe.directory "$GITHUB_WORKSPACE" + - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 with: