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 3b0bf74 commit 8a67c75Copy full SHA for 8a67c75
README.md
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/checkout@v4
42
43
- name: Deploy a Stack
44
- uses: stackql/setup-deploy@v1.0.1
+ uses: stackql/stackql-deploy-action@v1.0.1
45
with:
46
command: 'build'
47
stack-dir: 'examples/k8s-the-hard-way'
@@ -54,7 +54,7 @@ this example shows how to test stack for a given environment:
54
```yaml
55
...
56
- name: Test a Stack
57
58
59
command: 'test'
60
0 commit comments