Skip to content

Commit 1a6a00d

Browse files
Fix send-email action version in nightly workflow (#527)
- Added the missing version info: `@master` for send-email action.
1 parent baa94fc commit 1a6a00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Send email on failure
5656
if: failure()
57-
uses: firebase/firebase-admin-node/.github/actions/send-email
57+
uses: firebase/firebase-admin-node/.github/actions/send-email@master
5858
with:
5959
api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }}
6060
domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Send email on cancelled
7171
if: cancelled()
72-
uses: firebase/firebase-admin-node/.github/actions/send-email
72+
uses: firebase/firebase-admin-node/.github/actions/send-email@master
7373
with:
7474
api-key: ${{ secrets.OSS_BOT_MAILGUN_KEY }}
7575
domain: ${{ secrets.OSS_BOT_MAILGUN_DOMAIN }}

0 commit comments

Comments
 (0)