Skip to content

Commit cf69d5e

Browse files
committed
Fix 3
1 parent 1549900 commit cf69d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
tags: ${{ env.IMAGE }}:${{ github.sha }}
8484

8585
migrate:
86-
name: optional: prisma migrate deploy
86+
name: "optional: prisma migrate deploy"
8787
runs-on: ubuntu-latest
8888
needs: build
8989
if: ${{ secrets.DATABASE_URL }}
@@ -113,7 +113,7 @@ jobs:
113113
run: npx prisma migrate deploy
114114

115115
push:
116-
name: optional: docker push
116+
name: "optional: docker push"
117117
runs-on: ubuntu-latest
118118
needs: build
119119
if: ${{ secrets.DOCKERHUB_USERNAME && secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)