diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 9cdea4b..71da072 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -17,6 +17,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Print kubeconfig server + run: | + grep 'server:' ~/.kube/config + - name: Debug repository name run: | echo "Repository: ${{ github.repository }}"