We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9912ff + 9409b9c commit 83f4f2cCopy full SHA for 83f4f2c
1 file changed
.github/workflows/deploy-prod.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
- if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'chore: release') }}
+ if: "${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'chore: release') }}"
12
steps:
13
- name: Trigger Vercel production deploy
14
env:
0 commit comments