mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-10 17:59:16 +00:00
set execute bit on all scripts and removed redundant commands
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
@@ -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 }}"
|
|
||||||
Reference in New Issue
Block a user