Skip to content

Commit

Permalink
Unset GH extraheader to fix push (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Sep 29, 2020
1 parent ca6ca1b commit 189013f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
- name: Commit update
run: |
cd homebrew
git config --local --unset-all "http.https://github.com/.extraheader"
git config --global user.email "[email protected]"
git config --global user.name "Flownative Bot"
git add Formula/localbeach.rb
Expand Down

0 comments on commit 189013f

Please sign in to comment.