File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a simple action that will install [PostgresTools](https://github.com/sup
44
55It has a single input: ` version: latest | <semver> ` .
66Use ` 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.
7+ Use a specific tag, such as ` 0.13 .0 ` , if you want to use a specific version.
88
99Whatever version is used will be output as ` outputs.installed-version ` .
1010
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : supabase-community/pglt-cli-action@1
19+ - uses : supabase-community/pglt-cli-action@main
2020 with :
21- version : 0.2 .0
21+ version : 0.13 .0
2222 - run : postgrestools check --skip-db test.sql
2323` ` `
You can’t perform that action at this time.
0 commit comments