Skip to content

Commit

Permalink
Add git config echo
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 5, 2024
1 parent 20cb45d commit ab85fb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
echo $GH_TOKEN2
echo $FOO
gh auth status
echo "git config: "
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 ab85fb2

Please sign in to comment.