We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee23230 + ecd3e6a commit 6b558f5Copy full SHA for 6b558f5
1 file changed
README.md
@@ -4,7 +4,7 @@ This is a simple action that will install [PostgresTools](https://github.com/sup
4
5
It has a single input: `version: latest | <semver>`.
6
Use `latest` if you want to use the latest available PostgresTools version in your runner.
7
-Use a specific tag, such as `0.2.0`, if you want to use a specific version.
+Use a specific tag, such as `0.13.0`, if you want to use a specific version.
8
9
Whatever version is used will be output as `outputs.installed-version`.
10
@@ -16,8 +16,8 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: supabase-community/pglt-cli-action@1
+ - uses: supabase-community/pglt-cli-action@main
20
with:
21
- version: 0.2.0
+ version: 0.13.0
22
- run: postgrestools check --skip-db test.sql
23
```
0 commit comments