Skip to content

Commit

Permalink
Merge pull request #26 from stackql/feature/updates
Browse files Browse the repository at this point in the history
homebrew fix
  • Loading branch information
jeffreyaven authored Apr 28, 2024
2 parents 09d1951 + c5e9288 commit 7e7b290
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 220 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'setup stackql'
name: 'setup stackql test'

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Check the "Use GitHub Provider" step in [setup-stackql.yml](.github/workflows/se

```yaml
- name: setup StackQL
uses: stackql/setup-stackql@v2.1.0
uses: stackql/setup-stackql@v2.2.0
with:
use_wrapper: true

Expand All @@ -34,7 +34,7 @@ Check the "Use Google Provider" step in [setup-stackql.yml](.github/workflows/se
```yaml
- name: setup StackQL
uses: stackql/setup-stackql@v2.1.0
uses: stackql/setup-stackql@v2.2.0
with:
use_wrapper: true

Expand Down
Loading

0 comments on commit 7e7b290

Please sign in to comment.