mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-14 23:17:51 +00:00
Grammar fix
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# https://github.com/marketplace/actions/changed-files\
|
# https://github.com/marketplace/actions/changed-files\
|
||||||
#
|
#
|
||||||
# Modified to add a validator script
|
# Modified to add a validator script
|
||||||
name: Wordlist Validator - Run a validator script to check for dangerous pushes
|
name: Wordlist Validator - Runs a validator script to check for dangerous pushes
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
@@ -28,4 +28,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: |
|
||||||
./.bin/validators.sh "${{ steps.changed-files.outputs.all_changed_files }}"
|
./.bin/validators.sh "${{ steps.changed-files.outputs.all_changed_files }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user