We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed99904 commit 92d65f5Copy full SHA for 92d65f5
.github/workflows/kubectl.yml
@@ -30,3 +30,6 @@ jobs:
30
31
- name: Run kubectl command against remote API
32
run: kubectl get namespaces
33
+
34
+ - name: kubectl apply with a file
35
+ run: kubectl apply -f "${GITHUB_WORKSPACE}/manifests/nginx-test.yml"
0 commit comments