From ac093da3cabfa235283e8adbed07e9c25234783a Mon Sep 17 00:00:00 2001 From: German Montalvo Yebenes Date: Wed, 6 Dec 2023 00:17:43 +0100 Subject: [PATCH] add compliance 3 --- .github/workflows/compliance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 3b2a9df..4d37ccb 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -8,15 +8,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - id: changes with: fetch-depth: 0 - name: Changed Files uses: tj-actions/changed-files@v40.2.1 + id: changes - name: List all changed files run: | - for file in ${{ steps.changes.outputs.all_changes }}; do + for file in ${{ steps.changes.outputs.all_changed_files }}; do echo "$file was modified" done \ No newline at end of file