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

This commit is contained in:
Luke Robles 2024-05-03 11:17:29 -07:00
parent 98901a399d
commit a972332bc7

View File

@ -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: