mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 17:03:31 +01:00
set execute bit on all scripts and removed redundant commands
This commit is contained in:
parent
d6e0ae78c9
commit
d0e6d42035
5 changed files with 1 additions and 2 deletions
0
.bin/check-file-for-starting-slash
Normal file → Executable file
0
.bin/check-file-for-starting-slash
Normal file → Executable file
0
.bin/file-extensions-downloader.py
Normal file → Executable file
0
.bin/file-extensions-downloader.py
Normal file → Executable file
0
.bin/generate-environment-identifiers-dict.sh
Normal file → Executable file
0
.bin/generate-environment-identifiers-dict.sh
Normal file → Executable file
0
.bin/os-names-mutate.py
Normal file → Executable file
0
.bin/os-names-mutate.py
Normal file → Executable file
|
|
@ -26,5 +26,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: |
|
||||||
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 }}"
|
|
||||||
Loading…
Reference in a new issue