Skip to content

Commit 25d669f

Browse files
committed
dryrun to show rendered query
1 parent d995c6b commit 25d669f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ runs:
9393
const {showStackQLQuery} = require(utilsPath)
9494
showStackQLQuery(core)
9595
env:
96-
# DRYRUN_RESULT: ${{steps.dryrun-query.outputs.stdout}}
97-
DRYRUN_RESULT: ${{steps}}
96+
DRYRUN_RESULT: ${{steps.dryrun-query.outputs.stdout}}
9897

9998
- name: execute stackql command
10099
id: exec-query

0 commit comments

Comments
 (0)