ci: improve status push to discord
This commit is contained in:
parent
626987ba67
commit
f8da945561
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue