Skip to content

Commit 04a7ab7

Browse files
committed
actions test
1 parent d5ca10c commit 04a7ab7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/stackql-deploy.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,20 @@ jobs:
2626
- name: Install stackql-deploy
2727
shell: bash
2828
run: pip install -q stackql-deploy pyyaml || { echo "pip install failed"; exit 1; }
29-
30-
- name: Run stackql-deploy
31-
shell: bash
32-
run: stackql-deploy info
29+
30+
- name: Print StackQL Deploy Info
31+
uses: stackql/[email protected]
32+
with:
33+
command: 'info'
3334

3435
- name: Deploy a Stack
35-
uses: stackql/[email protected].1
36+
uses: stackql/[email protected].2
3637
with:
3738
command: 'build'
3839
stack_dir: 'aws-stack'
3940
stack_env: 'dev'
4041
env_vars: 'AWS_REGION=us-east-1'
4142
show_queries: 'true'
42-
log_level: 'DEBUG'
43+
log_level: 'debug'
4344

45+

0 commit comments

Comments
 (0)