Skip to content

Commit 801f8c3

Browse files
committed
updated README
1 parent b02d4f6 commit 801f8c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![StackQL Deploy Actions Test](https://github.com/stackql/stackql-deploy/actions/workflows/stackql-deploy-actions-test.yml/badge.svg)](https://github.com/stackql/stackql-deploy/actions/workflows/stackql-deploy-actions-test.yml)
1+
[![StackQL Deploy Actions Test](https://github.com/stackql/stackql-deploy-action/actions/workflows/stackql-deploy-actions-test.yml/badge.svg)](https://github.com/stackql/stackql-deploy-action/actions/workflows/stackql-deploy-actions-test.yml)
22

33
# stackql-deploy
44
Github Action to execute `stackql-deploy` to deploy or test a stack. [`stackql-deploy`](https://github.com/stackql/stackql-deploy) is a declarative, state-file-less IaC framework, based upon [`stackql`](https://github.com/stackql/stackql) queries.
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141

4242
- name: Deploy a Stack
43-
uses: stackql/[email protected].0
43+
uses: stackql/[email protected].1
4444
with:
4545
command: 'build'
4646
stack-dir: 'examples/k8s-the-hard-way'
@@ -53,7 +53,7 @@ this example shows how to test stack for a given environment:
5353
```yaml
5454
...
5555
- name: Test a Stack
56-
uses: stackql/[email protected].0
56+
uses: stackql/[email protected].1
5757
with:
5858
command: 'test'
5959
stack-dir: 'examples/k8s-the-hard-way'

0 commit comments

Comments
 (0)