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 6e4b9fe commit ead1100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_update_wordlists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
set -x ; set +e
#--------------#
# Del all Dirs
find "$GITHUB_WORKSPACE/main" -maxdepth 1 -type d -exec rm -rf {} \; 2>/dev/null
find "$GITHUB_WORKSPACE/main" -maxdepth 1 -type d ! -name '.git*' -exec rm -rf {} \; 2>/dev/null
# Create Output Dir
mkdir -p "$GITHUB_WORKSPACE/main/Logs"
continue-on-error: true
Expand Down

0 comments on commit ead1100

Please sign in to comment.