Try adding the discord webhook
All checks were successful
Build and push / changes (push) Successful in 30s
Build and push / Lint-Python (push) Has been skipped
Build and push / Build-and-Push-Docker (push) Has been skipped
Build and push / sync-argocd-app (push) Has been skipped
Build and push / post-status-to-discord (push) Has been skipped
All checks were successful
Build and push / changes (push) Successful in 30s
Build and push / Lint-Python (push) Has been skipped
Build and push / Build-and-Push-Docker (push) Has been skipped
Build and push / sync-argocd-app (push) Has been skipped
Build and push / post-status-to-discord (push) Has been skipped
This commit is contained in:
parent
e6a1b3569b
commit
63e248c3f0
@ -76,8 +76,8 @@ jobs:
|
|||||||
needs: [changes, Build-and-Push-Docker]
|
needs: [changes, Build-and-Push-Docker]
|
||||||
if: ${{ needs.changes.outputs.python_files == 'true' }}
|
if: ${{ needs.changes.outputs.python_files == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
if: github.event_name != 'pull_request'
|
- name: Post status to discord
|
||||||
- name: Post status to discord
|
if: github.event_name != 'pull_request'
|
||||||
uses: sarisia/actions-status-discord@v1
|
uses: sarisia/actions-status-discord@v1
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user