Skip to content

Commit

Permalink
Merge pull request #20 from stackql/feature/updates
Browse files Browse the repository at this point in the history
name change
  • Loading branch information
jeffreyaven authored Oct 28, 2024
2 parents b6b5466 + 8678e10 commit 5399aad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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'

0 comments on commit 5399aad

Please sign in to comment.