diff --git a/.github/workflows/slack-notifications.yml b/.github/workflows/slack-notifications.yml index 5d4981b901..bc3caa63c6 100644 --- a/.github/workflows/slack-notifications.yml +++ b/.github/workflows/slack-notifications.yml @@ -63,7 +63,7 @@ jobs: - name: Prepare commit message. id: commit-message run: | - COMMIT_MESSAGE=$(cat <<'EOF' | awk 'NR==1' | sed 's/\"/\\"/g' + COMMIT_MESSAGE=$(cat <<'EOF' | awk 'NR==1' | sed 's/`/\\`/g' | sed 's/\"/\\"/g' ${{ github.event.workflow_run.head_commit.message }} EOF )