Skip to content

Commit 19a5248

Browse files
committed
updated README
1 parent 8a67c75 commit 19a5248

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ jobs:
4444
uses: stackql/[email protected]
4545
with:
4646
command: 'build'
47-
stack-dir: 'examples/k8s-the-hard-way'
48-
stack-env: 'dev'
49-
env-vars: 'GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
47+
stack_dir: 'examples/k8s-the-hard-way'
48+
stack_env: 'dev'
49+
env_vars: 'GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
5050
```
51-
5251
this example shows how to test stack for a given environment:
5352
5453
```yaml
@@ -57,7 +56,7 @@ this example shows how to test stack for a given environment:
5756
uses: stackql/[email protected]
5857
with:
5958
command: 'test'
60-
stack-dir: 'examples/k8s-the-hard-way'
61-
stack-env: 'sit'
62-
env-vars: 'GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
59+
stack_dir: 'examples/k8s-the-hard-way'
60+
stack_env: 'sit'
61+
env_vars: 'GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
6362
```

0 commit comments

Comments
 (0)