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 a993876 commit 2ea394fCopy full SHA for 2ea394f
.github/workflows/kubectl.yml
@@ -32,4 +32,5 @@ jobs:
32
run: kubectl get namespaces
33
34
- name: kubectl apply with a file
35
- run: kubectl apply -f "${HOME}/${GITHUB_REPOSITORY}/manifests/nginx-test.yml"
+ run: |
36
+ kubectl apply -f "${GITHUB_WORKSPACE}/manifests/nginx-test.yml"
0 commit comments