mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-17 07:34:40 +00:00
Used env vars as input instead and removed debug line
This commit is contained in:
@@ -28,4 +28,6 @@ jobs:
|
||||
uses: tj-actions/changed-files@v34
|
||||
- name: Analyze all added or modified files
|
||||
run: |
|
||||
./.bin/validators.py "${{ steps.changed-files.outputs.all_changed_files }}"
|
||||
./.bin/validators.py
|
||||
env:
|
||||
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
Reference in New Issue
Block a user