From ab9a1d385f9037954ff166f2329a373a2301a08f Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 15 Oct 2024 14:47:18 +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 194dfc1..621004e 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -32,7 +32,7 @@ jobs: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} run: | echo "performing lint" - for file in ${}ALL_CHANGED_FILES; do + for file in ${ALL_CHANGED_FILES}; do echo "$file was changed" helm lint $file done