diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 77845c6b7..2a6b8c627 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -408,7 +408,7 @@ jobs: -X POST \ -F chat_id="${{ secrets.HELPER_BOT_TARGET }}" \ -F document="@$apk" \ - -F caption="$GITHUB_SHA" \ + -F caption="${{ github.event.head_commit.message }}\n$GITHUB_SHA" \ --silent --show-error --fail >/dev/null pkill telegram-bot