From d0e6d420359af22450b676ea59aab90d940eaafe Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 24 Nov 2023 23:42:42 +0800 Subject: [PATCH] set execute bit on all scripts and removed redundant commands --- .bin/check-file-for-starting-slash | 0 .bin/file-extensions-downloader.py | 0 .bin/generate-environment-identifiers-dict.sh | 0 .bin/os-names-mutate.py | 0 ...rdlist-validator_verify_entries_for_starting_with_slash.yml | 3 +-- 5 files changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 .bin/check-file-for-starting-slash mode change 100644 => 100755 .bin/file-extensions-downloader.py mode change 100644 => 100755 .bin/generate-environment-identifiers-dict.sh mode change 100644 => 100755 .bin/os-names-mutate.py diff --git a/.bin/check-file-for-starting-slash b/.bin/check-file-for-starting-slash old mode 100644 new mode 100755 diff --git a/.bin/file-extensions-downloader.py b/.bin/file-extensions-downloader.py old mode 100644 new mode 100755 diff --git a/.bin/generate-environment-identifiers-dict.sh b/.bin/generate-environment-identifiers-dict.sh old mode 100644 new mode 100755 diff --git a/.bin/os-names-mutate.py b/.bin/os-names-mutate.py old mode 100644 new mode 100755 diff --git a/.github/workflows/wordlist-validator_verify_entries_for_starting_with_slash.yml b/.github/workflows/wordlist-validator_verify_entries_for_starting_with_slash.yml index cf21e2cd..a40be7cd 100644 --- a/.github/workflows/wordlist-validator_verify_entries_for_starting_with_slash.yml +++ b/.github/workflows/wordlist-validator_verify_entries_for_starting_with_slash.yml @@ -26,5 +26,4 @@ jobs: uses: tj-actions/changed-files@v34 - name: Analyze all added or modified files run: | - chmod +x ./.bin/check-file-for-starting-slash - ./.bin/check-file-for-starting-slash "${{ steps.changed-files.outputs.all_changed_files }}" + ./.bin/check-file-for-starting-slash "${{ steps.changed-files.outputs.all_changed_files }}" \ No newline at end of file