mirror of
https://github.com/KoopaCode/NoBullying.git
synced 2025-04-04 15:47:32 +00:00
Update build.yml
This commit is contained in:
parent
b13c5391c1
commit
d0479e078f
68
.github/workflows/build.yml
vendored
68
.github/workflows/build.yml
vendored
@ -46,8 +46,21 @@ jobs:
|
|||||||
uses: sarisia/actions-status-discord@v1
|
uses: sarisia/actions-status-discord@v1
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
title: "✅ Build Success!"
|
title: "Success: ✅ Build Success!"
|
||||||
description: "A new build of ${{ env.PLUGIN_NAME }} has been created\nCommit: ${{ github.sha }}"
|
description: |
|
||||||
|
A new build of ${{ env.PLUGIN_NAME }} has been created
|
||||||
|
|
||||||
|
**Repository**
|
||||||
|
${{ github.repository }}
|
||||||
|
|
||||||
|
**Event - ${{ github.event_name }}**
|
||||||
|
${{ github.sha }} Update build.yml
|
||||||
|
|
||||||
|
**Triggered by**
|
||||||
|
${{ github.actor }}
|
||||||
|
|
||||||
|
**Workflow**
|
||||||
|
Build
|
||||||
color: 0x00ff00
|
color: 0x00ff00
|
||||||
username: "🏺Artifact Build's"
|
username: "🏺Artifact Build's"
|
||||||
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
||||||
@ -57,8 +70,21 @@ jobs:
|
|||||||
uses: sarisia/actions-status-discord@v1
|
uses: sarisia/actions-status-discord@v1
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
title: "❌ Build Failed!"
|
title: "Error: ❌ Build Failed!"
|
||||||
description: "The build for ${{ env.PLUGIN_NAME }} has failed\nCommit: ${{ github.sha }}"
|
description: |
|
||||||
|
The build for ${{ env.PLUGIN_NAME }} has failed
|
||||||
|
|
||||||
|
**Repository**
|
||||||
|
${{ github.repository }}
|
||||||
|
|
||||||
|
**Event - ${{ github.event_name }}**
|
||||||
|
${{ github.sha }} Update build.yml
|
||||||
|
|
||||||
|
**Triggered by**
|
||||||
|
${{ github.actor }}
|
||||||
|
|
||||||
|
**Workflow**
|
||||||
|
Build
|
||||||
color: 0xff0000
|
color: 0xff0000
|
||||||
username: "🏺Artifact Build's"
|
username: "🏺Artifact Build's"
|
||||||
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
||||||
@ -87,8 +113,21 @@ jobs:
|
|||||||
uses: sarisia/actions-status-discord@v1
|
uses: sarisia/actions-status-discord@v1
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
title: "🎉 Release Published!"
|
title: "Success: 🎉 Release Published!"
|
||||||
description: "Version 1.0.0 of ${{ env.PLUGIN_NAME }} is now available!\nDownload: https://github.com/${{ github.repository }}/releases/latest"
|
description: |
|
||||||
|
Version 1.0.0 of ${{ env.PLUGIN_NAME }} is now available!
|
||||||
|
|
||||||
|
**Download**
|
||||||
|
https://github.com/${{ github.repository }}/releases/latest
|
||||||
|
|
||||||
|
**Repository**
|
||||||
|
${{ github.repository }}
|
||||||
|
|
||||||
|
**Event - Release**
|
||||||
|
${{ github.ref_name }}
|
||||||
|
|
||||||
|
**Published by**
|
||||||
|
${{ github.actor }}
|
||||||
color: 0x00ff00
|
color: 0x00ff00
|
||||||
username: "🏺Artifact Build's"
|
username: "🏺Artifact Build's"
|
||||||
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
||||||
@ -98,8 +137,21 @@ jobs:
|
|||||||
uses: sarisia/actions-status-discord@v1
|
uses: sarisia/actions-status-discord@v1
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
title: "❌ Release Failed!"
|
title: "Error: ❌ Release Failed!"
|
||||||
description: "The release for ${{ env.PLUGIN_NAME }} has failed\nVersion: 1.0.0"
|
description: |
|
||||||
|
The release for ${{ env.PLUGIN_NAME }} has failed
|
||||||
|
|
||||||
|
**Version**
|
||||||
|
1.0.0
|
||||||
|
|
||||||
|
**Repository**
|
||||||
|
${{ github.repository }}
|
||||||
|
|
||||||
|
**Event - Release**
|
||||||
|
${{ github.ref_name }}
|
||||||
|
|
||||||
|
**Attempted by**
|
||||||
|
${{ github.actor }}
|
||||||
color: 0xff0000
|
color: 0xff0000
|
||||||
username: "🏺Artifact Build's"
|
username: "🏺Artifact Build's"
|
||||||
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
Loading…
x
Reference in New Issue
Block a user