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 baa94fc commit 1a6a00dCopy full SHA for 1a6a00d
.github/workflows/nightly.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Send email on failure
56
if: failure()
57
- uses: firebase/firebase-admin-node/.github/actions/send-email
+ uses: firebase/firebase-admin-node/.github/actions/send-email@master
58
with:
59
api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }}
60
domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Send email on cancelled
71
if: cancelled()
72
73
74
75
0 commit comments