From cc38b6f6697d78ed889d7b89747a8888f8220e51 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:40:46 +0800 Subject: [PATCH] Update remote-wordlists-updater.yml --- .github/workflows/remote-wordlists-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remote-wordlists-updater.yml b/.github/workflows/remote-wordlists-updater.yml index c69288e8..f7b7b981 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"