From d6021d60f34878dc3673000f22d11b9cc4fcbd24 Mon Sep 17 00:00:00 2001 From: Denny Hoang Date: Thu, 14 Apr 2022 14:51:22 -0400 Subject: [PATCH] fix indentation Signed-off-by: Denny Hoang --- .github/workflows/kind-cluster-image-policy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kind-cluster-image-policy.yaml b/.github/workflows/kind-cluster-image-policy.yaml index 563676237a8..779528baa58 100644 --- a/.github/workflows/kind-cluster-image-policy.yaml +++ b/.github/workflows/kind-cluster-image-policy.yaml @@ -226,7 +226,7 @@ jobs: - name: Deploy jobs and verify signed works, unsigned fails run: | kubectl create namespace demo-key-signing - kubectl label namespace demo-key-signing cosigned.sigstore.dev/include=true + kubectl label namespace demo-key-signing cosigned.sigstore.dev/include=true echo '::group:: test job success' # We signed this above, this should work