Skip to content

Commit 8a67c75

Browse files
committed
updated README
1 parent 3b0bf74 commit 8a67c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242

4343
- name: Deploy a Stack
44-
uses: stackql/setup[email protected]
44+
uses: stackql/stackql-deploy-action@v1.0.1
4545
with:
4646
command: 'build'
4747
stack-dir: 'examples/k8s-the-hard-way'
@@ -54,7 +54,7 @@ this example shows how to test stack for a given environment:
5454
```yaml
5555
...
5656
- name: Test a Stack
57-
uses: stackql/setup[email protected]
57+
uses: stackql/stackql-deploy-action@v1.0.1
5858
with:
5959
command: 'test'
6060
stack-dir: 'examples/k8s-the-hard-way'

0 commit comments

Comments
 (0)