We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c90fb1 commit 9604c54Copy full SHA for 9604c54
.github/workflows/hook.yml
@@ -31,7 +31,7 @@ jobs:
31
EVENT_TYPE: ${{ github.event_name }}
32
EMAIL: ${{ secrets.EMAIL }}
33
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
34
- GIT_USERNAME: ${{ env.GIT_USERNAME }}
+
35
run: |
36
node -e "
37
const nodemailer = require('nodemailer');
0 commit comments