Skip to content

Commit df54929

Browse files
committed
name change
1 parent 55776d0 commit df54929

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `stackql/stackql-assert` action is an composite action that runs a `stackql`
66

77
# Usage
88

9-
> This action uses the [setup-stackql](https://github.com/marketplace/actions/stackql-studios-setup-stackql) and [stackql-exec](https://github.com/marketplace/actions/stackql-studios-stackql-exec) actions
9+
> This action uses the [setup-stackql](https://github.com/marketplace/actions/setup-stackql) and [stackql-exec](https://github.com/marketplace/actions/stackql-exec) actions
1010
1111
## Provider Authentication
1212
Authentication to StackQL providers is done via environment variables source from GitHub Actions Secrets. To learn more about authentication, see the setup instructions for your provider or providers at the [StackQL Provider Registry Docs](https://stackql.io/registry).

Diff for: action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'StackQL Studios - StackQL Assert'
1+
name: 'stackql-assert'
22
description: 'Run StackQL query to test and audit your infrastructure.'
33
author: 'Yuncheng Yang, StackQL Studios'
44
inputs:
@@ -66,4 +66,4 @@ runs:
6666

6767
branding:
6868
icon: 'terminal'
69-
color: 'green'
69+
color: 'blue'

0 commit comments

Comments
 (0)