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]
|
runs-on: [linux]
|
||||||
steps:
|
steps:
|
||||||
- name: Send Startup Notification to Discord
|
- name: Send Startup Notification to Discord
|
||||||
uses: sarisia/actions-status-discord@v1.12.0
|
uses: sarisia/actions-status-discord@v1
|
||||||
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.12.0
|
uses: sarisia/actions-status-discord@v1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK}}
|
webhook: ${{ secrets.DISCORD_WEBHOOK}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue