From f95b570f090e60d3a38852d3b5a64e4d24083431 Mon Sep 17 00:00:00 2001 From: bado Date: Thu, 4 Jul 2024 15:33:18 +0800 Subject: [PATCH] Testing commit message 07-04 3:42pm Signed-off-by: bado --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73f65576bc..e0ab3f8923 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,6 +26,7 @@ jobs: - name: Get PR description run: | pr_description="${{ github.event.pull_request.body }}" + start_string="**Pull Request Requirements**" start_pos=$(echo "$pr_description" | grep -b -m 1 "$start_string" | cut -d: -f1)