Skip to content

Commit

Permalink
apparently this does something
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Aug 30, 2024
1 parent 1f058ab commit 7b7c756
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- name: Checkout main repository
uses: actions/checkout@v4

# - name: Set up Git
# run: |
# git config --global user.name "GitHub Actions"
# git config --global user.email "[email protected]"
- name: Set up Git
run: |
git config --unset-all http.https://github.com/.extraheader
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
# - name: Add the target repo as a subtree
# run: |
Expand Down

0 comments on commit 7b7c756

Please sign in to comment.