Skip to content

Commit

Permalink
chore: use markdown table
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 4, 2023
1 parent 52d35f1 commit fa9ff36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Run `supabase db start` to execute all migrations on a fresh database:
```yaml
steps:
- uses: supabase/setup-cli@v1
with:
version: latest
- run: supabase init
- run: supabase db start
```
Expand All @@ -42,7 +44,9 @@ Since Supabase CLI relies on Docker Engine API, additional setup may be required

The actions supports the following inputs:

- `version`: The version of `supabase` to install, defaults to `latest`.
| Name | Type | Description | Default | Required |
| --------- | ------ | ---------------------------------- | -------- | -------- |
| `version` | String | Supabase CLI version (or `latest`) | `1.28.0` | false |

## Advanced Usage

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
version:
description: Version of Supabase CLI to install
required: false
default: latest
default: 1.28.0
runs:
using: node16
main: dist/index.js

0 comments on commit fa9ff36

Please sign in to comment.