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