From 4436e99f227931cd81f58b55628f0abb2c9b171e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 6 Mar 2023 10:06:33 +0000 Subject: [PATCH] [all] Fix lint-test workflow --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index d7e4654..3322bbe 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -42,7 +42,7 @@ jobs: - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 with: - version: v"${{ env.K8S_VERSION }}" + version: "v${{ env.K8S_VERSION }}" if: steps.list-changed.outputs.changed == 'true' - name: Remove node taints