Skip to content

Commit 60d3384

Browse files
committed
updated workflow
1 parent 84af3e1 commit 60d3384

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stackql.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
- name: pull Google docs
3030
shell: bash
31-
run: "stackql exec 'REGISTRY PULL google'"
31+
run: |
32+
stackql exec "REGISTRY PULL google"
3233
3334
- name: dry run StackQL query
3435
shell: bash
@@ -87,7 +88,8 @@ jobs:
8788

8889
- name: pull Google docs
8990
shell: bash
90-
run: "stackql exec 'REGISTRY PULL google'"
91+
run: |
92+
stackql exec "REGISTRY PULL google"
9193
9294
- uses: hashicorp/setup-terraform@v2
9395

0 commit comments

Comments
 (0)