From 25ba9911b7d4e43a8a13f61028706eeee69f0c38 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Wed, 13 May 2026 12:11:52 +0300 Subject: [PATCH] debug(ci): emit notice annotation with 0x0.st URL --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23c6d6c..13e437d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,9 @@ jobs: EXIT=$? tail -n 200 test_output.log if [ $EXIT -ne 0 ]; then - echo "UPLOAD_URL=$(curl -s -F'file=@test_output.log' https://0x0.st)" + URL=$(curl -s -F'file=@test_output.log' https://0x0.st) + echo "::notice::Test log uploaded to $URL" + echo "UPLOAD_URL=$URL" fi exit $EXIT