Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
Signed-off-by: Himani1519 <[email protected]>
  • Loading branch information
Himani1519 committed Sep 21, 2023
1 parent d330f0b commit 2056016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2056016

Please sign in to comment.