ci: update workflow

Unset extra header
This commit is contained in:
enes 2024-10-16 16:41:05 +02:00
parent 701925b91e
commit 83b93f08db

View File

@ -77,6 +77,7 @@ jobs:
- name: Commit and push
run: |
cd ${{ vars.REPOSITORY_NAME }}
git config --unset-all http.https://github.com/.extraheader
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .