Skip to content

Commit 5fac664

Browse files
committed
use stackql-exec
1 parent d0e85a5 commit 5fac664

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

action.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,9 @@ runs:
3838
with:
3939
use_wrapper: true
4040

41-
- name: Execute StackQL Command (Dry Run)
42-
id: exec-query-dry-run
43-
uses: stackql/[email protected]
44-
with:
45-
query: ${{ inputs.test_query }}
46-
query_file_path: ${{ inputs.test_query_file_path }}
47-
data_file_path: ${{ inputs.data_file_path }}
48-
vars: ${{ inputs.vars }}
49-
auth_obj_path: ${{ inputs.auth_obj_path }}
50-
auth_str: ${{ inputs.auth_str }}
51-
dry_run: true
52-
5341
- name: Execute StackQL Command
5442
id: exec-query
55-
uses: stackql/[email protected].1
43+
uses: stackql/[email protected].2
5644
with:
5745
query: ${{ inputs.test_query }}
5846
query_file_path: ${{ inputs.test_query_file_path }}

0 commit comments

Comments
 (0)