mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-17 12:50:12 +00:00
Add debug log
This commit is contained in:
committed by
GitHub
parent
441c8f1c5f
commit
0bb7d481ed
@@ -26,6 +26,9 @@ jobs:
|
|||||||
uses: tj-actions/changed-files@v34
|
uses: tj-actions/changed-files@v34
|
||||||
- name: Analyze all added or modified files
|
- name: Analyze all added or modified files
|
||||||
run: |
|
run: |
|
||||||
|
echo "Modified files:"
|
||||||
|
echo ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
|
echo "Check them..."
|
||||||
for modified_file in ${{ steps.changed-files.outputs.all_changed_files }}
|
for modified_file in ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
do
|
do
|
||||||
matches=$(grep -Ec "^/[a-zA-Z0-9\._]+" $modified_file)
|
matches=$(grep -Ec "^/[a-zA-Z0-9\._]+" $modified_file)
|
||||||
|
|||||||
Reference in New Issue
Block a user