Skip to content

Commit 1e6f644

Browse files
committed
test log level
1 parent 19a5248 commit 1e6f644

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/stackql-deploy-actions-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
stack_dir: 'examples/k8s-the-hard-way'
2323
stack_env: 'dev'
2424
env_vars: 'GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
25+
log_level: 'debug'

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/[email protected].1
44+
uses: stackql/[email protected].2
4545
with:
4646
command: 'build'
4747
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].1
56+
uses: stackql/[email protected].2
5757
with:
5858
command: 'test'
5959
stack_dir: 'examples/k8s-the-hard-way'

0 commit comments

Comments
 (0)