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 d4ca610Copy full SHA for d4ca610
.github/workflows/dotnet-desktop.yml
@@ -97,3 +97,8 @@ jobs:
97
hakchi_gui/bin/hakchi2-ce-${{ env.displayVersion }}-portable.zip
98
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
+
101
+ - uses: sarisia/actions-status-discord@v1
102
+ if: always()
103
+ with:
104
+ webhook: ${{ secrets.DISCORD_WORKFLOW_STATUS_WEBHOOK }}
0 commit comments