mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-19 17:31:04 +00:00
fix(CICD): Removed hard-coded repo URL
This commit is contained in:
parent
9cff6ce832
commit
c2f8dd0977
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Generate combined_directories.txt
|
||||
run: cd Discovery/Web-Content/ && cat raft-small-directories* directory-list-2.3-small.txt raft-medium-directories* directory-list-2.3-medium.txt apache.txt combined_words.txt directory-list-2.3-big.txt raft-large-directories* directory-list-1.0.txt | awk '! seen[$0]++' > combined_directories.txt
|
||||
- name: Switching from HTTPS to SSH
|
||||
run: git remote set-url origin git@github.com:danielmiessler/SecLists.git
|
||||
run: git remote set-url origin git@github.com:${{ GITHUB_REPOSITORY }}.git
|
||||
- name: Check for changes
|
||||
run: git status
|
||||
- name: Stage changed files
|
||||
|
@ -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 git@github.com:danielmiessler/SecLists.git
|
||||
run: git remote set-url origin git@github.com:${{ GITHUB_REPOSITORY }}.git
|
||||
- name: Check for changes
|
||||
run: git status
|
||||
- name: Stage changed files
|
||||
|
Loading…
x
Reference in New Issue
Block a user