diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47a8337..07c1631 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,9 @@ jobs: NAMESPACE: ${{ vars.NAMESPACE }} steps: + - name: Checkout Repository + uses: actions/checkout@v3 + - name: Set Kubernetes Context uses: azure/k8s-set-context@v1 with: