Skip to content

Commit 0890bb5

Browse files
authored
Update dotnet-desktop.yml
1 parent be89d76 commit 0890bb5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ jobs:
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100

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 }}
101+
- uses: sarisia/actions-status-discord@v1
102+
if: always()
103+
with:
104+
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)