We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f784e commit be89d76Copy full SHA for be89d76
.github/workflows/dotnet-desktop.yml
@@ -97,3 +97,12 @@ jobs:
97
hakchi_gui/bin/hakchi2-ce-${{ env.displayVersion }}-portable.zip
98
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
+
101
+ - name: Notify discord
102
+ uses: th0th/[email protected]
103
+ if: ${{ always() }}
104
+ env:
105
+ DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WORKFLOW_STATUS_WEBHOOK }}
106
+ GITHUB_ACTOR: ${{ github.actor }}
107
+ GITHUB_JOB_NAME: "Build and deploy"
108
+ GITHUB_JOB_STATUS: ${{ job.status }}
0 commit comments