Skip to content

Commit 406bc83

Browse files
committed
typo
1 parent 047ca98 commit 406bc83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-database.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "database-tests"
1+
name: Database tests
22
on:
33
pull_request:
44
paths:
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Dependencies
2727
run: pnpm install --frozen-lockfile
2828
- name: Get supabase version
29-
run: echo ::set-env name=SUPABASE_VERSION::$(supabase --version)')
29+
run: echo ::set-env name=SUPABASE_VERSION::$(supabase --version)
3030
- name: Cache Docker images.
3131
uses: ScribeMD/docker-cache@0.5.0
3232
with:

0 commit comments

Comments
 (0)