From 7207714d60c739ba3c87d836c9e5d87ef559241c Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 28 Feb 2025 17:47:16 +0200 Subject: [PATCH] Updated readme --- .github/workflows/on-pull-request.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index 26ca21e..4992b22 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -71,14 +71,12 @@ jobs: with: fetch-depth: 0 repository: '${{ vars.FORK_REPOSITORY_ORGANISATION }}/${{ vars.FORK_REPOSITORY_NAME }}' - # path: '${{ env.FORK_REPOSITORY_NAME }}' - if: steps.sync_fork.outcome == 'failure' name: Set up Git run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - - name: Set up authentication - run: | + git config pull.rebase true git config --global url."https://${{ secrets.FORK_ORGANISATION_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/" git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | \ xargs -L1 git config --unset-all