mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-21 11:53:21 +00:00
Update wordlist-validator_verify_entries_for_starting_with_slash.yml
This commit is contained in:
committed by
GitHub
parent
e8c5a5346b
commit
063b3f4593
@@ -26,4 +26,4 @@ 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: |
|
||||||
for modified_file in ${{ steps.changed-files.outputs.all_changed_files }} ; do bash ./.bin/check-file-for starting-slash "$modified_file" done
|
./.bin/check-file-for-starting-slash "${{ steps.changed-files.outputs.all_changed_files }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user