Skip to content

Commit

Permalink
Update generate_update_wordlists.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Aug 29, 2023
1 parent 911593c commit 928d02c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/generate_update_wordlists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ jobs:
find "$GITHUB_WORKSPACE/main" -maxdepth 1 -type d ! -name '.git*' ! -name 'main' ! -name '*Logs*' ! -name '*Misc*' -exec rm -rf {} \; 2>/dev/null
continue-on-error: true

- name: Sort Misc
run: |
# Presets
set -x ; set +e
#--------------#
cd "$GITHUB_WORKSPACE/main"
find ./Misc -type f -name '*.txt' -exec sort -u {} -o {} \;
- name: Dos2Unix Everything
run: |
# Presets
Expand Down

0 comments on commit 928d02c

Please sign in to comment.