Skip to content

Commit f9afc7c

Browse files
authored
Merge pull request #18 from stackql/fix/readme-and-name
small fix readme and stackql name
2 parents d54b7a2 + 172bd57 commit f9afc7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Check the "Use GitHub Provider" step in `.github/workflows/setup-stackql.yml` fo
3131
2. encode the key json file into base64 string
3232
3. in execution step, run `sudo echo ${{ secrets.<name of the secret> }} | base64 -d > sa-key.json`
3333

34-
Check the "Use Google Provider" step in `.github/workflows/setup-stackql.yml` for the working example
34+
Check the "Prep Google Creds" step in `.github/workflows/setup-stackql.yml` for the working example

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 'StackQL Studio - Setup StackQL'
1+
name: 'StackQL Studios - Setup StackQL'
22
description: 'Sets up the StackQL CLI in your GitHub Actions workflow.'
3-
author: 'Yuncheng Yang, StackQL Studios'
3+
author: 'Yuncheng Yang, Jeffery Aven'
44
inputs:
55
use_wrapper:
66
description: 'Whether or not to install a wrapper to wrap subsequent calls of the `stackql` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.'

0 commit comments

Comments
 (0)