File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v4
4242
4343 - name : Deploy a Stack
44- uses : stackql/stackql-deploy-action@v1.0.1
44+ uses : stackql/stackql-deploy-action@v1.0.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/stackql-deploy-action@v1.0.1
56+ uses : stackql/stackql-deploy-action@v1.0.2
5757 with :
5858 command : ' test'
5959 stack_dir : ' examples/k8s-the-hard-way'
You can’t perform that action at this time.
0 commit comments