From 074c8c164a47f0c3a10d9dbe09e97b32f7d36acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Tue, 17 Jan 2023 21:33:22 +0000 Subject: [PATCH] :construction_worker: fixing preview to use pr number --- .github/workflows/firebase-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 24d101b7..96a85cf5 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -31,5 +31,5 @@ jobs: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_BLOWFISH_21FFF }}' expires: 30d - channelId: preview-${GITHUB_REF##*/} + channelId: preview-${{ github.event.number }} projectId: blowfish-21fff