Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Authentication to StackQL providers is done via environment variables source fro
- **`stackql-command-output`** - text output from a stackql command (a query that does not return data)
- **`stackql-query-error`** - error from a stackql query

> This action uses [setup-stackql](https://github.com/marketplace/actions/stackql-studios-setup-stackql)
> This action uses [setup-stackql](https://github.com/marketplace/actions/setup-stackql)

## Examples

Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'StackQL Studios - StackQL Exec'
name: 'stackql-exec'
description: 'A wrapper for executing a single command, maps all stackql exec args to actions args (supplied using with.)'
author: 'Yuncheng Yang, StackQL Studios'
inputs:
Expand Down Expand Up @@ -60,7 +60,7 @@ runs:
fi

- name: Setup StackQL
uses: stackql/[email protected].1
uses: stackql/[email protected].2
if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
with:
use_wrapper: true
Expand Down Expand Up @@ -116,4 +116,4 @@ runs:

branding:
icon: 'terminal'
color: 'green'
color: 'blue'