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