We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b109ab7 commit b5e5d4cCopy full SHA for b5e5d4c
.github/actions/setup-git-committer/action.yml
@@ -31,6 +31,11 @@ runs:
31
git config --global user.email "${slug}[bot]@users.noreply.github.com"
32
shell: bash
33
34
+ - name: Clear checkout auth
35
+ run: |
36
+ git config --local --unset-all http.https://github.com/.extraheader || true
37
+ shell: bash
38
+
39
- name: Configure git remote
40
run: |
41
git remote set-url origin https://x-access-token:${{ steps.apptoken.outputs.token }}@github.com/${{ github.repository }}
0 commit comments