We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57bb52 commit c361f24Copy full SHA for c361f24
README.md
@@ -1,6 +1,6 @@
1
-# equinox-io/setup-release-tool
+# kyleconroy/setup-sqlc
2
3
-This action downloads and installs the [Equinox release tool](https://equinox.io/docs#release-tool).
+This action downloads and installs [sqlc](https://sqlc.dev)
4
5
# Usage
6
@@ -9,17 +9,8 @@ See [action.yml](action.yml)
9
Install the latest release:
10
```yaml
11
steps:
12
-- uses: equinox-io/setup-release-tool@v1
13
-- run: equinox version
14
-```
15
-
16
-Install the latest release from the `beta` channel
17
-```yaml
18
-steps:
19
20
- with:
21
- channel: beta
22
+- uses: kyleconroy/setup-sqlc@v1
+- run: sqlc version
23
```
24
25
# License
0 commit comments