We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9604c54 commit 7d72969Copy full SHA for 7d72969
.github/workflows/hook.yml
@@ -31,6 +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
36
run: |
37
node -e "
0 commit comments