mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-16 07:56:17 +00:00
fix(cicd): Removed trailing spaces from wordlist-updater_default-passwords.yml (PR #1243)
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
fi
|
||||
- name: Generate default-passwords.txt
|
||||
run: |
|
||||
./csvq -N -f FIXED 'select Password from `Passwords/Default-Credentials/default-passwords.csv`' > Passwords/Default-Credentials/default-passwords.txt
|
||||
./csvq -N -f CSV 'select Password from `Passwords/Default-Credentials/default-passwords.csv`' > Passwords/Default-Credentials/default-passwords.txt
|
||||
- name: Switching from HTTPS to SSH
|
||||
run: git remote set-url origin git@github.com:${{ github.repository }}.git
|
||||
- name: Check for changes
|
||||
|
||||
Reference in New Issue
Block a user