mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-20 18:00:59 +00:00
Prepared github action for merging
This commit is contained in:
parent
0a55b3f63b
commit
27ad0e58a7
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Generate combined_words.txt
|
||||
run: cd Discovery/Web-Content/ && cat common.txt raft-small-words* raft-medium-words* big.txt raft-large-words* | awk '! seen[$0]++' > combined_words.txt
|
||||
- name: Switching from HTTPS to SSH
|
||||
run: git remote set-url origin ${{ secrets.ssh }}
|
||||
run: git remote set-url origin git@github.com:danielmiessler/SecLists.git
|
||||
- name: Check for changes
|
||||
run: git status
|
||||
- name: Stage changed files
|
||||
|
Loading…
x
Reference in New Issue
Block a user