Skip to content

Commit

Permalink
Remove failing grep
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 5, 2024
1 parent ab85fb2 commit f31ebc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f31ebc6

Please sign in to comment.