Closed
Description
For example, running the following action in a workflow:
- name: Run exec with a vars file
uses: stackql/[email protected]
with:
auth_obj_path: './stackql_scripts/auth.json'
query_file_path: './stackql_scripts/google-example.iql'
data: ./stackql_scripts/vars.jsonnet
...
would run the command
stackql exec --auth="${AUTH}" -i ./stackql_scripts/google-example.iql --iqldata ./stackql_scripts/vars.jsonnet
This would render a templated query with the variables from the jsonnet
file