Skip to content

Commit b5e5d4c

Browse files
committed
ci
1 parent b109ab7 commit b5e5d4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/setup-git-committer/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ runs:
3131
git config --global user.email "${slug}[bot]@users.noreply.github.com"
3232
shell: bash
3333

34+
- name: Clear checkout auth
35+
run: |
36+
git config --local --unset-all http.https://github.com/.extraheader || true
37+
shell: bash
38+
3439
- name: Configure git remote
3540
run: |
3641
git remote set-url origin https://x-access-token:${{ steps.apptoken.outputs.token }}@github.com/${{ github.repository }}

0 commit comments

Comments
 (0)