From e7bf65684dc472e30aa7c0b8e38d82de47a17346 Mon Sep 17 00:00:00 2001 From: Maksym Arutyunyan Date: Fri, 29 Aug 2025 12:58:04 +0200 Subject: [PATCH] fix: fix backticks in github PR title --- .github/workflows/ci-notify-slack.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-notify-slack.yml b/.github/workflows/ci-notify-slack.yml index d4406359..b5259f04 100644 --- a/.github/workflows/ci-notify-slack.yml +++ b/.github/workflows/ci-notify-slack.yml @@ -15,8 +15,9 @@ jobs: - name: Sanitize PR title id: sanitize + env: + RAW_TITLE: ${{ github.event.pull_request.title }} run: | - RAW_TITLE="${{ github.event.pull_request.title }}" ESCAPED_TITLE=$(echo "$RAW_TITLE" \ | sed 's/&/\&/g' \ | sed 's/