Skip to content

Commit 6b558f5

Browse files
authored
Merge pull request #6 from shivan-eyespace/patch-1
docs: update the readme
2 parents ee23230 + ecd3e6a commit 6b558f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a simple action that will install [PostgresTools](https://github.com/sup
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.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

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/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
```

0 commit comments

Comments
 (0)