From 2a12960308fa45c1601f3ddf68538fc0525b760f Mon Sep 17 00:00:00 2001 From: Keyvan Ebrahimpour Date: Fri, 11 Apr 2025 10:00:33 +0000 Subject: [PATCH] added echo kubeconfig --- .github/workflows/build-and-deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 }}"