Skip to content

Commit

Permalink
checking for project id
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Patton authored and Benjamin Patton committed Feb 7, 2024
1 parent 8e6c90c commit 35f862e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-todos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: supabase/setup-cli@v1
with:
version: 1.115.5
- run: "echo $SUPABASE_PROJECT_ID"
- run: echo "The project id $SUPABASE_PROJECT_ID"
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase db push

0 comments on commit 35f862e

Please sign in to comment.