mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-14 13:18:40 +00:00
fix(cicd): Fixed another bad filepath
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Generate api-endpoints-res.txt
|
- name: Generate api-endpoints-res.txt
|
||||||
run: cd Discovery/Web-Content/api/ && cat api_seen_in_wild.txt actions.txt objects.txt actions-uppercase.txt actions-lowercase.txt objects-uppercase.txt objects-lowercase.txt | awk '! seen[$0]++' > api-endpoints-res.txt
|
run: cd Discovery/Web-Content/api/ && cat api-seen-in-wild.txt actions.txt objects.txt actions-uppercase.txt actions-lowercase.txt objects-uppercase.txt objects-lowercase.txt | awk '! seen[$0]++' > api-endpoints-res.txt
|
||||||
- name: Switching from HTTPS to SSH
|
- name: Switching from HTTPS to SSH
|
||||||
run: git remote set-url origin git@github.com:${{ github.repository }}.git
|
run: git remote set-url origin git@github.com:${{ github.repository }}.git
|
||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
|
|||||||
Reference in New Issue
Block a user