File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
webhook : ${{ secrets.DISCORD_WEBHOOK }}
71
71
status : ${{ job.status }}
72
72
content : |
73
- ${{ github.event_name == 'push' && format('Hey @here ! A new commit was pushed to {0}!', github.repository) || '' }}
74
- ${{ github.event_name == 'pull_request' && format('Hey @here ! A new pull request has been opened on {0}!', github.repository) || '' }}
75
- ${{ github.event_name == 'release' && format('Hey @here ! A new release was created for project {0}!', github.event.repository.name) || '' }}
73
+ ${{ github.event_name == 'push' && format('Hey all ! A new commit was pushed to {0}!', github.repository) || '' }}
74
+ ${{ github.event_name == 'pull_request' && format('Hey all ! A new pull request has been opened on {0}!', github.repository) || '' }}
75
+ ${{ github.event_name == 'release' && format('Hey all ! A new release was created for project {0}!', github.event.repository.name) || '' }}
76
76
title : |
77
77
${{ github.event_name == 'push' && 'Push Notification' || '' }}
78
78
${{ github.event_name == 'pull_request' && 'Pull Request Notification' || '' }}
You can’t perform that action at this time.
0 commit comments