added echo kubeconfig
This commit is contained in:
parent
6e69ade3fd
commit
2a12960308
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-and-deploy.yaml
vendored
4
.github/workflows/build-and-deploy.yaml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue