Skip to content

Commit 569cdd3

Browse files
committed
use major version of nscloud-cluster-action
1 parent 88667d8 commit 569cdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Namespace Cloud CLI
1616
uses: ./ # Uses an action in the root directory
1717
- name: Set up kubectl with an ephemeral cluster in Namespace Cloud
18-
uses: namespacelabs/nscloud-cluster-action@v0.0.4
18+
uses: namespacelabs/nscloud-cluster-action@v0
1919
- name: Apply configurations
2020
run: |
2121
kubectl apply -f .github/workflows/testdata/kubernetes/demo.yaml

0 commit comments

Comments
 (0)