diff --git a/.github/workflows/build_container_images.yml b/.github/workflows/build_container_images.yml index 3d958d5..48e9f17 100644 --- a/.github/workflows/build_container_images.yml +++ b/.github/workflows/build_container_images.yml @@ -221,7 +221,7 @@ jobs: echo "::set-output name=value::false" if [[ ${{ needs.check_workflow.outputs.enable_discord_hook }} == 'true' ]]; then 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" \ "https://discord.com/api/webhooks/${{ secrets.DISCORD_TACHIDESK_WEBHOOK_ID }}/${{ secrets.DISCORD_TACHIDESK_TOKEN }}" fi