Skip to content

Commit a404191

Browse files
committed
emails, auto fail
1 parent 71e25e1 commit a404191

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-js-sdk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ jobs:
7575
api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }}
7676
domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}
7777
from: 'GitHub <admin-github@${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}>'
78-
to: ${{ secrets.FIREBASE_NEXTJS_TESTS_GITHUB_EMAIL }}
78+
to: ${{ secrets.FIREBASE_NEXTJS_TESTS_GITHUB_EMAILS }}
7979
subject: 'Nightly build ${{github.run_id}} of ${{github.repository}} failed!'
8080
html: >
8181
<b>Nightly workflow ${{github.run_id}} failed on: ${{github.repository}}</b>
82+
<b>THIS IS ONLY A TEST</b>
8283
<br /><br />Navigate to the
8384
<a href="https://github.com/FirebaseExtended/firebase-sdk-nextjs-tests/actions/runs/${{github.run_id}}">failed workflow</a>.
8485
continue-on-error: true

0 commit comments

Comments
 (0)