From 92997e30cd49454e4b4a144d1bb36a30c4af09f0 Mon Sep 17 00:00:00 2001 From: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> Date: Sun, 15 Mar 2026 19:17:45 +0100 Subject: [PATCH] [v3-1-test] Make the failure link in Slack having a deep link into the job (#63666) (cherry picked from commit 7e04b97b39a446119e7d42a9927601da20d9d7e6) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> --- .github/workflows/ci-image-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-image-checks.yml b/.github/workflows/ci-image-checks.yml index 1e6c70e99f53c..42c8f13187e67 100644 --- a/.github/workflows/ci-image-checks.yml +++ b/.github/workflows/ci-image-checks.yml @@ -289,7 +289,7 @@ jobs: # yamllint disable rule:line-length payload: | channel: "internal-airflow-ci-cd" - text: "⚠️ Missing 3rd-party doc inventories in canary build on *${{ github.ref_name }}*\n\nPackages:\n${{ steps.check-missing-inventories.outputs.packages }}\n\n" + text: "⚠️ Missing 3rd-party doc inventories in canary build on *${{ github.ref_name }}*\n\nPackages:\n${{ steps.check-missing-inventories.outputs.packages }}\n\n" # yamllint enable rule:line-length env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}