Skip to content

Commit 84e0778

Browse files
authored
Update README.md
1 parent 67323ae commit 84e0778

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a simple action that will install the [Postgres Language Server](https:/
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.
7-
Use a specific tag, such as `0.13.0`, if you want to use a specific version.
7+
Use a specific tag, such as `0.16.0`, if you want to use a specific version.
88

99
Whatever version is used will be output as `outputs.installed-version`.
1010

@@ -16,8 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: supabase-community/postgrestools-cli-action@main
19+
- uses: supabase-community/postgres-language-server-cli-action@main
2020
with:
21-
version: 0.13.0
22-
- run: postgrestools check --skip-db test.sql
21+
version: 0.16.0
22+
- run: postgres-language-server check --skip-db test.sql
2323
```

0 commit comments

Comments
 (0)