From 2f639652c9323e97a9aad5f05f65148e713db6a2 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:46:51 +0400 Subject: [PATCH] chore: fix syntax in issue validation workflow --- .github/workflows/issue-validation.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/issue-validation.yml b/.github/workflows/issue-validation.yml index bd93f4a..4e04800 100644 --- a/.github/workflows/issue-validation.yml +++ b/.github/workflows/issue-validation.yml @@ -144,14 +144,11 @@ jobs: IS_FIRST_TIME="${{ steps.check-first-time.outputs.is_first_time }}" GREETING_SECTION="" if [ "$IS_FIRST_TIME" = "true" ]; then - GREETING_SECTION=$(cat << 'GREETING_EOF' -## 👋 Welcome! + GREETING_SECTION="## 👋 Welcome! -Thank you for your first issue ❤️ If it's a feature request, please make sure it's clear what you want, why you want it, and how important it is to you. If you posted a bug report, please make sure it includes as much detail as possible. + Thank you for your first issue ❤️ If this is a feature request, please make sure it is clear what you want, why you want it, and how important it is to you. If you posted a bug report, please make sure it includes as much detail as possible. ---- -GREETING_EOF - ) + ---" fi if [ "$IS_VALID" = "false" ]; then