Skip to content

Commit 2ea394f

Browse files
committed
Possibly fix repo/workspace path?
1 parent a993876 commit 2ea394f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/kubectl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
run: kubectl get namespaces
3333

3434
- name: kubectl apply with a file
35-
run: kubectl apply -f "${HOME}/${GITHUB_REPOSITORY}/manifests/nginx-test.yml"
35+
run: |
36+
kubectl apply -f "${GITHUB_WORKSPACE}/manifests/nginx-test.yml"

0 commit comments

Comments
 (0)