Skip to content

Commit 36bec04

Browse files
author
SkelSec
committed
changing discord text
1 parent e4bdc70 commit 36bec04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-windows-exe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
webhook: ${{ secrets.DISCORD_WEBHOOK }}
7171
status: ${{ job.status }}
7272
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) || '' }}
7676
title: |
7777
${{ github.event_name == 'push' && 'Push Notification' || '' }}
7878
${{ github.event_name == 'pull_request' && 'Pull Request Notification' || '' }}

0 commit comments

Comments
 (0)