mirror of
https://github.com/danielmiessler/SecLists
synced 2026-01-06 16:20:06 +01:00
Remove debug msg
This commit is contained in:
parent
15302f7f30
commit
34bd1b7e77
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ jobs:
|
|||
matches=$(grep -Ec "^/[a-zA-Z0-9\._]+" $modified_file)
|
||||
if [ $matches -ne 0 ];
|
||||
then
|
||||
echo ">>> WARN"
|
||||
echo "::warning file=$modified_file,line=1,col=1,endColumn=1::$matches entries start with a slash."
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue