From f31ebc65ac580320255572863308e8e3bc184c93 Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Tue, 5 Mar 2024 16:35:51 -0600 Subject: [PATCH] Remove failing grep --- .github/workflows/update_upstream_from_fork.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update_upstream_from_fork.yml b/.github/workflows/update_upstream_from_fork.yml index 5efb051..4168f4e 100644 --- a/.github/workflows/update_upstream_from_fork.yml +++ b/.github/workflows/update_upstream_from_fork.yml @@ -25,10 +25,8 @@ jobs: echo $GH_TOKEN2 echo $FOO gh auth status - echo "git config: " + echo "git config -l: " git config -l - echo "Grepped and cut:" - git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | shell: bash - uses: actions/checkout@v4 - name: Add remote for upstream