diff --git a/.github/workflows/remote-wordlists-updater.yml b/.github/workflows/remote-wordlists-updater.yml index c69288e8a..f7b7b9816 100644 --- a/.github/workflows/remote-wordlists-updater.yml +++ b/.github/workflows/remote-wordlists-updater.yml @@ -23,7 +23,7 @@ jobs: echo "[+] No files were changed" else echo "[+] Files were changed! Pushing changed..." - git add -A + git add --renormalize -A && git add -A git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git config --local user.email "example@github.com" git config --local user.name "GitHub Action"