Update wordlist-validator_verify_entries_for_starting_with_slash.yml

This commit is contained in:
Dominique RIGHETTO
2022-11-01 15:56:05 +01:00
committed by GitHub
parent e8c5a5346b
commit 063b3f4593
@@ -26,4 +26,4 @@ jobs:
uses: tj-actions/changed-files@v34
- name: Analyze all added or modified files
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 }}"