From 3da34d777ebcf45ca9ac15e76c953e83950c52a5 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Sat, 25 Nov 2023 00:50:46 +0800 Subject: [PATCH] Grammar fix --- .github/workflows/wordlist-validator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wordlist-validator.yml b/.github/workflows/wordlist-validator.yml index 15d2a968..80a94422 100644 --- a/.github/workflows/wordlist-validator.yml +++ b/.github/workflows/wordlist-validator.yml @@ -5,7 +5,7 @@ # https://github.com/marketplace/actions/changed-files\ # # 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: push: paths: @@ -28,4 +28,4 @@ jobs: uses: tj-actions/changed-files@v34 - name: Analyze all added or modified files run: | - ./.bin/validators.sh "${{ steps.changed-files.outputs.all_changed_files }}" \ No newline at end of file + ./.bin/validators.sh "${{ steps.changed-files.outputs.all_changed_files }}"