Skip to content

Commit 67323ae

Browse files
authored
Merge pull request #8 from supabase-community/psteinroe-patch-1
2 parents bd6efdf + 599ef97 commit 67323ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# PostgresTools GitHub Action
1+
# Postgres Language Server 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)