From 0cfc3ff575be246afc3ce19569c7c43210c58082 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 11:49:13 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 2a854a9..a6f325b 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -75,7 +75,6 @@ jobs: run: | git config --global user.email "github-actions@github.com" git config --global user.name "GitHub Actions" - git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all - name: Create PR if files found env: @@ -97,7 +96,7 @@ jobs: git add . git commit -m "$commit_message" - + git config --unset-all http.https://github.com/.extraheader gh auth status git push origin "$branch_name"