Adding discord messages
All checks were successful
Build and push / detect-changed-files (push) Successful in 4s
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-startup-message (push) Successful in 10s
All checks were successful
Build and push / detect-changed-files (push) Successful in 4s
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-startup-message (push) Successful in 10s
This commit is contained in:
parent
98901a399d
commit
a972332bc7
@ -5,11 +5,12 @@ on: [push]
|
||||
jobs:
|
||||
post-startup-message:
|
||||
runs-on: ubuntu-latest
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: always()
|
||||
with:
|
||||
title: Pipeline is starting:${{ github.event.head_commit.message }}
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
steps:
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: always()
|
||||
with:
|
||||
title: Pipeline is starting:${{ github.event.head_commit.message }}
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
detect-changed-files:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user