Skip to content

Commit dd36850

Browse files
committed
with env file
1 parent 406bc83 commit dd36850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 "SUPABASE_VERSION=$(supabase --version)" >> $GITHUB_ENV
3030
- name: Cache Docker images.
3131
uses: ScribeMD/docker-cache@0.5.0
3232
with:

0 commit comments

Comments
 (0)