From 172bd57bb848193fda696414600e6abbc7987a71 Mon Sep 17 00:00:00 2001 From: Yuncheng Date: Sun, 5 Feb 2023 00:55:05 +1100 Subject: [PATCH] small fix on --- README.md | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcfa19f..ab30dda 100644 --- a/README.md +++ b/README.md @@ -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. }} | base64 -d > sa-key.json` -Check the "Use Google Provider" step in `.github/workflows/setup-stackql.yml` for the working example \ No newline at end of file +Check the "Prep Google Creds" step in `.github/workflows/setup-stackql.yml` for the working example \ No newline at end of file diff --git a/action.yml b/action.yml index 6aebb24..a74b50a 100644 --- a/action.yml +++ b/action.yml @@ -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`.'