Skip to content

Commit 66b0464

Browse files
committed
update build
1 parent 8ab7ee6 commit 66b0464

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/copyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
4242
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
4343
message: <@&1079153184007790652>
44-
title: "${{ secrets.REPO_NAME }}-Copyright: **Failure**"
44+
title: "${{ secrets.REPO_NAME }}: **Copyright Update Failed**"
4545
color: 14879811
4646
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
4747
username: Kobota

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
with:
4747
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
4848
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
49-
title: "${{ secrets.REPO_NAME }}: **Success**"
49+
title: "${{ secrets.REPO_NAME }} ${{ github.event.ref }}: **Build Successful**"
5050
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
51+
color: 844716
5152
username: Kobota
5253
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
5354
author: PyPI
@@ -60,7 +61,7 @@ jobs:
6061
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
6162
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
6263
message: <@&1079153184007790652>
63-
title: "${{ secrets.REPO_NAME }}: **Failure**"
64+
title: "${{ secrets.REPO_NAME }} ${{ github.event.ref }}: **Build Failed**"
6465
color: 14879811
6566
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
6667
username: Kobota

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.8
1+
1.4.9

0 commit comments

Comments
 (0)