mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
add discord pings to @ArMor and @Mosei
This commit is contained in:
2
.github/workflows/build_container_images.yml
vendored
2
.github/workflows/build_container_images.yml
vendored
@@ -221,7 +221,7 @@ jobs:
|
|||||||
echo "::set-output name=value::false"
|
echo "::set-output name=value::false"
|
||||||
if [[ ${{ needs.check_workflow.outputs.enable_discord_hook }} == 'true' ]]; then
|
if [[ ${{ needs.check_workflow.outputs.enable_discord_hook }} == 'true' ]]; then
|
||||||
curl \
|
curl \
|
||||||
-F 'payload_json={"username": "Github", "content": "Docker Stable Image Dry Run Failed Version - ${{ steps.get_latest_release_metadata.outputs.release_tag }}"}' \
|
-F 'payload_json={"username": "Github", "content": "<@255018340244914177>\n<@785012853178499073>\nDocker Stable Image Dry Run Failed Version - ${{ steps.get_latest_release_metadata.outputs.release_tag }}"}' \
|
||||||
-F "file1=@/home/runner/work/_temp/tachidesk/logfile.log" \
|
-F "file1=@/home/runner/work/_temp/tachidesk/logfile.log" \
|
||||||
"https://discord.com/api/webhooks/${{ secrets.DISCORD_TACHIDESK_WEBHOOK_ID }}/${{ secrets.DISCORD_TACHIDESK_TOKEN }}"
|
"https://discord.com/api/webhooks/${{ secrets.DISCORD_TACHIDESK_WEBHOOK_ID }}/${{ secrets.DISCORD_TACHIDESK_TOKEN }}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user