Dax Raad 3 недель назад
Родитель
Сommit
b5e5d4c92f
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      .github/actions/setup-git-committer/action.yml

+ 5 - 0
.github/actions/setup-git-committer/action.yml

@@ -31,6 +31,11 @@ runs:
         git config --global user.email "${slug}[bot]@users.noreply.github.com"
       shell: bash
 
+    - name: Clear checkout auth
+      run: |
+        git config --local --unset-all http.https://github.com/.extraheader || true
+      shell: bash
+
     - name: Configure git remote
       run: |
         git remote set-url origin https://x-access-token:${{ steps.apptoken.outputs.token }}@github.com/${{ github.repository }}