diff options
-rw-r--r-- | .github/workflows/build-deploy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index c5d289d..971ceee 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -61,6 +61,9 @@ jobs: runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/main' }} steps: + - name: Checkout code + uses: actions/checkout@v3 + - uses: azure/setup-kubectl@v3 - name: Authenticate with Kubernetes |