-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12f4258
commit 434cee4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Send message to discord | ||
uses: Sniddl/[email protected] | ||
with: | ||
webhook: ${{ secrets.COMMITS_WEBHOOK }} | ||
webhook: https://discord.com/api/webhooks/1231734104152870955/9eL1yg8taWpZP-xUd4uwcceQ9S3QeZkZhKgYmTPtvDbpj1nayy1GQTMzjd-E4jL5ecRR | ||
template: 'plain-author' | ||
include-extras: true | ||
message: "We hereby report that [**{{ github.context.payload.repository.name}}**](https://github.com/${{ github.repository }}) has received following new commits in branch **${{ github.ref }}**:" | ||
|