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.
2 parents 5fef190 + 6fcc9d8 commit f1c41e2Copy full SHA for f1c41e2
1 file changed
.github/workflows/push-email-notify.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Send push notification email
18
- uses: dawidd6/action-send-mail@994f270325d4f7257aff241a35488ef54ba364a4 # pinned
+ uses: dawidd6/action-send-mail@c50dc4cc848ade21f848990889906d804fae78c5 # pinned
19
with:
20
server_address: ${{ secrets.SMTP_HOST }}
21
server_port: ${{ secrets.SMTP_PORT }}
0 commit comments