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]
|
||||
if: ${{ needs.changes.outputs.python_files == 'true' }}
|
||||
steps:
|
||||
if: github.event_name != 'pull_request'
|
||||
- name: Post status to discord
|
||||
uses: sarisia/actions-status-discord@v1
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
- name: Post status to discord
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: sarisia/actions-status-discord@v1
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user