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 @@ -31,4 +31,4 @@ Check the "Use GitHub Provider" step in `.github/workflows/setup-stackql.yml` fo
2. encode the key json file into base64 string
3. in execution step, run `sudo echo ${{ secrets.<name of the secret> }} | base64 -d > sa-key.json`

Check the "Use Google Provider" step in `.github/workflows/setup-stackql.yml` for the working example
Check the "Prep Google Creds" step in `.github/workflows/setup-stackql.yml` for the working example
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'StackQL Studio - Setup StackQL'
name: 'StackQL Studios - Setup StackQL'
description: 'Sets up the StackQL CLI in your GitHub Actions workflow.'
author: 'Yuncheng Yang, StackQL Studios'
author: 'Yuncheng Yang, Jeffery Aven'
inputs:
use_wrapper:
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`.'
Expand Down