1
0
Fork 0

ci: improve status push to discord
Some checks failed
/ pre-run-notify (push) Failing after 41s
/ sast (push) Failing after 50s

This commit is contained in:
Marc 2024-07-19 22:03:01 -04:00
parent 626987ba67
commit f8da945561
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ outputs:
description: "ID of the message that was posted, for editing purposes in further calls."
value: ""
run:
runs:
using: "composite"
steps:
- name: Setup Python

View file

@ -5,6 +5,7 @@ jobs:
pre-run-notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.forgejo/actions/push-status-to-discord
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}