Skip to content

Commit 5399aad

Browse files
authored
Merge pull request #20 from stackql/feature/updates
name change
2 parents b6b5466 + 8678e10 commit 5399aad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Authentication to StackQL providers is done via environment variables source fro
2626
- **`stackql-command-output`** - text output from a stackql command (a query that does not return data)
2727
- **`stackql-query-error`** - error from a stackql query
2828

29-
> This action uses [setup-stackql](https://github.com/marketplace/actions/stackql-studios-setup-stackql)
29+
> This action uses [setup-stackql](https://github.com/marketplace/actions/setup-stackql)
3030
3131
## Examples
3232

Diff for: action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'StackQL Studios - StackQL Exec'
1+
name: 'stackql-exec'
22
description: 'A wrapper for executing a single command, maps all stackql exec args to actions args (supplied using with.)'
33
author: 'Yuncheng Yang, StackQL Studios'
44
inputs:
@@ -60,7 +60,7 @@ runs:
6060
fi
6161
6262
- name: Setup StackQL
63-
uses: stackql/setup-stackql@v2.2.1
63+
uses: stackql/setup-stackql@v2.2.2
6464
if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
6565
with:
6666
use_wrapper: true
@@ -116,4 +116,4 @@ runs:
116116

117117
branding:
118118
icon: 'terminal'
119-
color: 'green'
119+
color: 'blue'

0 commit comments

Comments
 (0)