We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fd16e commit 42f59f0Copy full SHA for 42f59f0
.github/workflows/test.yml
@@ -25,4 +25,8 @@ jobs:
25
uses: becloudready/k8s-interview-action@v16
26
with:
27
kubeconfig: ${{ secrets.KUBECONFIG }}
28
+ - name: Apply Deployment and ConfigMap to Kubernetes
29
+ run: |
30
+ ls
31
+ pwd
32
0 commit comments