Skip to content

Commit 336607d

Browse files
authored
Update README.md
1 parent bd6efdf commit 336607d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PostgresTools GitHub Action
22

3-
This is a simple action that will install [PostgresTools](https://github.com/supabase-community/postgres_lsp) on your runner. It will install the appropriate binary for your machine.
3+
This is a simple action that will install the [Postgres Language Server](https://github.com/supabase-community/postgres-language-server) on your runner. It will install the appropriate binary for your machine.
44

55
It has a single input: `version: latest | <semver>`.
66
Use `latest` if you want to use the latest available PostgresTools version in your runner.
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: supabase-community/pglt-cli-action@main
19+
- uses: supabase-community/postgrestools-cli-action@main
2020
with:
2121
version: 0.13.0
2222
- run: postgrestools check --skip-db test.sql

0 commit comments

Comments
 (0)