From b2ea2d9f0cea418e890883fedfd92c2392fd859d Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 18 Oct 2024 10:27:57 +0200 Subject: [PATCH] changed title on lint step --- .gitea/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 832fa51..069f527 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -19,7 +19,7 @@ jobs: with: version: v3.14.4 - - name: List all changed files + - name: Lint the helm package env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} run: |