mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-30 12:43:44 +01:00
Update remote-wordlists-updater.yml
This commit is contained in:
parent
cb65072e8f
commit
cc38b6f669
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue