mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-24 00:16:43 +01:00
Add debug log
This commit is contained in:
parent
441c8f1c5f
commit
0bb7d481ed
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ jobs:
|
|||
uses: tj-actions/changed-files@v34
|
||||
- name: Analyze all added or modified files
|
||||
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 }}
|
||||
do
|
||||
matches=$(grep -Ec "^/[a-zA-Z0-9\._]+" $modified_file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue