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