We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5e951 commit ce8a9faCopy full SHA for ce8a9fa
1 file changed
.github/workflows/ci.yml
@@ -150,6 +150,5 @@ env:
150
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
151
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
152
IS_DEPENDABOT: ${{ secrets.IS_DEPENDABOT }}
153
- REF_NAME:
154
- "${{ case( github.event_name == 'push', github.ref_name, github.head_ref) }}"
+ REF_NAME: "${{ github.head_ref || github.ref_name }}"
155
PRODUCTION_HOSTNAME: zaduma.vercel.app
0 commit comments