Used env vars as input instead and removed debug line

This commit is contained in:
Mo Langning 2024-04-08 08:42:25 +00:00
parent a1a38ed648
commit 607736efd4
2 changed files with 15 additions and 4 deletions

View file

@ -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 }}