mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
Mention me if it fails
This commit is contained in:
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
|||||||
echo "Did not find Suwayomi-Server in server response: ${val}"
|
echo "Did not find Suwayomi-Server in server response: ${val}"
|
||||||
if [[ $DO_UPLOAD == "true" ]]; then
|
if [[ $DO_UPLOAD == "true" ]]; then
|
||||||
curl \
|
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" \
|
-F "file1=@${{ runner.temp }}/tachidesk.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
|
||||||
@@ -182,7 +182,7 @@ jobs:
|
|||||||
echo "Did not find Suwayomi-Server in server response: ${val_env_vars}"
|
echo "Did not find Suwayomi-Server in server response: ${val_env_vars}"
|
||||||
if [[ $DO_UPLOAD == "true" ]]; then
|
if [[ $DO_UPLOAD == "true" ]]; then
|
||||||
curl \
|
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" \
|
-F "file1=@${{ runner.temp }}/tachidesk_env_vars.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