Update .github/workflows/WebCI.yml
IMAGESTOR CI / IMAGESTOR_CI (push) Failing after 14s
Details
IMAGESTOR CI / IMAGESTOR_CI (push) Failing after 14s
Details
This commit is contained in:
parent
193cb64006
commit
f3b5b9f512
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue