mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-27 17:11:08 +00:00
Remove debug msg
This commit is contained in:
committed by
GitHub
parent
15302f7f30
commit
34bd1b7e77
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user