Skip to content

Commit ce8a9fa

Browse files
committed
Use alternative
1 parent db5e951 commit ce8a9fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,5 @@ env:
150150
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
151151
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
152152
IS_DEPENDABOT: ${{ secrets.IS_DEPENDABOT }}
153-
REF_NAME:
154-
"${{ case( github.event_name == 'push', github.ref_name, github.head_ref) }}"
153+
REF_NAME: "${{ github.head_ref || github.ref_name }}"
155154
PRODUCTION_HOSTNAME: zaduma.vercel.app

0 commit comments

Comments
 (0)