Adding discord message

This commit is contained in:
Luke Robles 2024-05-03 11:16:19 -07:00
parent 60cee3cbbd
commit 98901a399d

View File

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