|
|
|
@ -56,8 +56,8 @@ jobs:
|
|
|
|
|
if: success()
|
|
|
|
|
with:
|
|
|
|
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
|
|
|
|
title: "${{ secrets.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
|
|
|
|
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
|
|
|
|
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**"
|
|
|
|
|
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
|
|
|
|
color: 844716
|
|
|
|
|
username: Kobota
|
|
|
|
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
|
|
|
|
@ -70,8 +70,8 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
|
|
|
|
|
message: <@&1079153184007790652>
|
|
|
|
|
title: "${{ secrets.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
|
|
|
|
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
|
|
|
|
title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**"
|
|
|
|
|
url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }}
|
|
|
|
|
color: 14879811
|
|
|
|
|
username: Kobota
|
|
|
|
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
|
|
|
|
@ -93,5 +93,5 @@ jobs:
|
|
|
|
|
commits: "true"
|
|
|
|
|
username: Kobota
|
|
|
|
|
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
|
|
|
|
|
author: ${{ secrets.REPO_NAME }} Develop Release
|
|
|
|
|
author: ${{ env.REPO_NAME }} Develop Release
|
|
|
|
|
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png
|
|
|
|
|