Update .github/workflows/WebCI.yml
IMAGESTOR CI / IMAGESTOR_CI (push) Failing after 14s Details

This commit is contained in:
kj4lxc 2026-03-01 22:26:42 +00:00
parent f3b5b9f512
commit 37a8dba958
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: [linux] runs-on: [linux]
steps: steps:
- name: Send Startup Notification to Discord - name: Send Startup Notification to Discord
uses: sarisia/actions-status-discord@v1 uses: sarisia/actions-status-discord@v1.16.0
if: always() if: always()
with: with:
webhook: ${{ secrets.DISCORD_WEBHOOK }} webhook: ${{ secrets.DISCORD_WEBHOOK }}
@ -61,7 +61,7 @@ jobs:
run: | run: |
mv ./workingdir2/* ./ mv ./workingdir2/* ./
- name: Send Ending Notification to Discord - name: Send Ending Notification to Discord
uses: sarisia/actions-status-discord@v1 uses: sarisia/actions-status-discord@v1.16.0
if: always() if: always()
with: with:
webhook: ${{ secrets.DISCORD_WEBHOOK}} webhook: ${{ secrets.DISCORD_WEBHOOK}}