From a959daf8dcdcc16f25039b627fea2bffa9b81584 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 19 Aug 2025 17:27:18 -0400 Subject: [PATCH] Mention me if it fails --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index a4c3d16..63ee2b6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -98,7 +98,7 @@ jobs: echo "Did not find Suwayomi-Server in server response: ${val}" if [[ $DO_UPLOAD == "true" ]]; then curl \ - -F 'payload_json={"username": "Github", "content": "<@855022649926221854>\nDocker ${{ inputs.tachidesk_release_type }} image dry run failed! 😢 Version - ${{ steps.get_latest_release_metadata.outputs.release_tag }}. [See the full run log](${{ env.this_actions_run_url }})"}' \ + -F 'payload_json={"username": "Github", "content": "<@199705443789045771>\nDocker ${{ inputs.tachidesk_release_type }} image dry run failed! 😢 Version - ${{ steps.get_latest_release_metadata.outputs.release_tag }}. [See the full run log](${{ env.this_actions_run_url }})"}' \ -F "file1=@${{ runner.temp }}/tachidesk.log" \ "https://discord.com/api/webhooks/${{ secrets.DISCORD_TACHIDESK_WEBHOOK_ID }}/${{ secrets.DISCORD_TACHIDESK_TOKEN }}" fi @@ -182,7 +182,7 @@ jobs: echo "Did not find Suwayomi-Server in server response: ${val_env_vars}" if [[ $DO_UPLOAD == "true" ]]; then curl \ - -F 'payload_json={"username": "Github", "content": "<@855022649926221854>\nDocker ${{ inputs.tachidesk_release_type }} image dry run failed! 😢 Version - ${{ steps.get_latest_release_metadata.outputs.release_tag }}. [See the full run log](${{ env.this_actions_run_url }})"}' \ + -F 'payload_json={"username": "Github", "content": "<@199705443789045771>\nDocker ${{ inputs.tachidesk_release_type }} image dry run failed! 😢 Version - ${{ steps.get_latest_release_metadata.outputs.release_tag }}. [See the full run log](${{ env.this_actions_run_url }})"}' \ -F "file1=@${{ runner.temp }}/tachidesk_env_vars.log" \ "https://discord.com/api/webhooks/${{ secrets.DISCORD_TACHIDESK_WEBHOOK_ID }}/${{ secrets.DISCORD_TACHIDESK_TOKEN }}" fi