mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-01-16 20:43:58 -08:00
fix(cicd): Removed trailing spaces from wordlist-updater_default-passwords.yml (PR #1243)
This commit is contained in:
parent
57ce0b85e1
commit
b113d011b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue