We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e25e1 commit a404191Copy full SHA for a404191
.github/workflows/nightly-js-sdk.yaml
@@ -75,10 +75,11 @@ jobs:
75
api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }}
76
domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}
77
from: 'GitHub <admin-github@${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}>'
78
- to: ${{ secrets.FIREBASE_NEXTJS_TESTS_GITHUB_EMAIL }}
+ to: ${{ secrets.FIREBASE_NEXTJS_TESTS_GITHUB_EMAILS }}
79
subject: 'Nightly build ${{github.run_id}} of ${{github.repository}} failed!'
80
html: >
81
<b>Nightly workflow ${{github.run_id}} failed on: ${{github.repository}}</b>
82
+ <b>THIS IS ONLY A TEST</b>
83
<br /><br />Navigate to the
84
<a href="https://github.com/FirebaseExtended/firebase-sdk-nextjs-tests/actions/runs/${{github.run_id}}">failed workflow</a>.
85
continue-on-error: true
0 commit comments