From 687a6590658b44a33617692b7935d9d942c50138 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 21 Jul 2022 02:58:14 -0400 Subject: [PATCH] Nicer Channel ID Signed-off-by: Tommy --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 60899e4..9ab22c0 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -53,5 +53,5 @@ jobs: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PRIVSEC_356523 }}' projectId: privsec-356523 - channelId: prs-${{ env.PR }}-${{ github.event.workflow_run.head_sha }} + channelId: pr${{ env.PR }}-${{ github.event.workflow_run.message }} expires: 30d \ No newline at end of file