From 52bff6c11fac466ae3770aae0721a016a4f9b732 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 21 Jul 2022 02:09:38 -0400 Subject: [PATCH] Workflow variable change --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- .github/workflows/pull-request-receiver.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index b26235b..28aeece 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -45,5 +45,5 @@ jobs: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PRIVSEC_356523 }}' projectId: privsec-356523 - channelID: '$(cat ./pr/NR)' + channelID: '$(cat .PR)' expires: 30d \ No newline at end of file diff --git a/.github/workflows/pull-request-receiver.yml b/.github/workflows/pull-request-receiver.yml index ee9c309..35eb6d6 100644 --- a/.github/workflows/pull-request-receiver.yml +++ b/.github/workflows/pull-request-receiver.yml @@ -27,7 +27,7 @@ jobs: - name: Save PR number run: | mkdir -p ./pr - echo ${{ github.event.number }} > ./pr/NR + echo ${{ github.event.number }} > .PR - name: Upload artifact uses: actions/upload-artifact@v2