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 9302694 commit 859b35eCopy full SHA for 859b35e
.github/workflows/licensecheck.yml
@@ -73,7 +73,7 @@ jobs:
73
method: users.lookupByEmail # https://api.slack.com/methods/users.lookupByEmail
74
token: ${{ secrets.SLACK_BOT_TOKEN }}
75
payload: |
76
- email: ${{ github.event.pusher.email }}
+ email: [email protected]
77
78
- name: Search email detail
79
if: ${{ steps.email.outputs.ok }}
0 commit comments