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}}