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]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
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:
|
detect-changed-files:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user