From 2056016498f0e9e10dcf0b6cb0dfae898ea8fc26 Mon Sep 17 00:00:00 2001 From: Himani1519 Date: Thu, 21 Sep 2023 21:17:20 +0530 Subject: [PATCH] fixed path Signed-off-by: Himani1519 --- .github/workflows/build-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-core.yml b/.github/workflows/build-core.yml index bbe87f2..a8838e6 100644 --- a/.github/workflows/build-core.yml +++ b/.github/workflows/build-core.yml @@ -74,7 +74,7 @@ jobs: PR_DESCRIPTION="${{ github.event.pull_request.body }}" PR_DESCRIPTION_CLEAN=$(echo "$PR_DESCRIPTION" | tr -d '[:space:]') # check if PR description is identical to template.md - TEMPLATE_CONTENT=$(cat .github/workflows/pull_request_template.md) + TEMPLATE_CONTENT=$(cat .github/pull_request_template.md) TEMPLATE_CONTENT_CLEAN=$(echo "$TEMPLATE_CONTENT" | tr -d '[:space:]') if [ "$TEMPLATE_CONTENT_CLEAN" == "$PR_DESCRIPTION_CLEAN" ]; then echo "PR description is identical to pull_request_template.md"