From 87de6b2eb0b7243602f9cf223e0f83b24b4465ce Mon Sep 17 00:00:00 2001 From: Robert Landers Date: Fri, 12 Jan 2024 21:14:03 +0100 Subject: [PATCH] learn to type, jackass --- .github/workflows/Deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deployment.yaml b/.github/workflows/Deployment.yaml index a62e934..2466aa6 100644 --- a/.github/workflows/Deployment.yaml +++ b/.github/workflows/Deployment.yaml @@ -33,7 +33,7 @@ jobs: echo "${{ secrets.KUBECONFIG }}" > ~/.kube/config - name: Switch to namespace - run: devsapce use context default && devspace use namespace once + run: devspace use context default && devspace use namespace once - name: Execute run: |