From f3b5b9f512f981fc1085b72196c586090ca18638 Mon Sep 17 00:00:00 2001 From: kj4lxc Date: Sun, 1 Mar 2026 22:25:50 +0000 Subject: [PATCH] Update .github/workflows/WebCI.yml --- .github/workflows/WebCI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/WebCI.yml b/.github/workflows/WebCI.yml index c48ccfe..6805fde 100644 --- a/.github/workflows/WebCI.yml +++ b/.github/workflows/WebCI.yml @@ -9,7 +9,7 @@ jobs: runs-on: [linux] steps: - name: Send Startup Notification to Discord - uses: sarisia/actions-status-discord@v1.12.0 + uses: sarisia/actions-status-discord@v1 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -61,7 +61,7 @@ jobs: run: | mv ./workingdir2/* ./ - name: Send Ending Notification to Discord - uses: sarisia/actions-status-discord@v1.12.0 + uses: sarisia/actions-status-discord@v1 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK}}