Adding discord message
This commit is contained in:
parent
60cee3cbbd
commit
98901a399d
@ -3,6 +3,13 @@ run-name: ${{ gitea.actor }} Triggered a new run 🚀
|
||||
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 }}
|
||||
detect-changed-files:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user