From c7f0e3071a9407294af75c0bcf21622c8b5ec316 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 15 Oct 2024 14:41:03 +0200 Subject: [PATCH] . --- .gitea/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 1995b7d..ace486f 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -29,7 +29,7 @@ jobs: - name: List all changed files run: | - for file in ${{ steps.changed-files.output_all_changed_files }}; do + for file in ${{ steps.changed-files.all_changed_and_modified_files }}; do echo "$file was changed" helm lint $file done