You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, running the following action in a workflow:
- name: Run exec with a vars fileuses: stackql/stackql-assert@v1.0.0with:
auth_obj_path: './stackql_scripts/auth.json'query_file_path: './stackql_scripts/google-example.iql'data: ./stackql_scripts/vars.jsonnet...
For example, running the following action in a workflow:
would run the command
This would render a templated query with the variables from the
jsonnetfile