Skip to content

Commit 1f160d5

Browse files
fix enforcement check pr template rendering (prevent parenthesis from being appended to URL)
1 parent 08443af commit 1f160d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/enforce-pr-checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
echo "Required PR description checklist items verified. Passing."
1818
exit 0
1919
else
20-
echo "::error::Merge blocked. Please review the applicable checklist items in your PR description. (If you have removed the checklist items from your description, please re-add them from the template: https://github.com/NREL/GEOPHIRES-X/blob/main/.github/pull_request_template.md#change-checklist)"
20+
echo "::error::Merge blocked. Please review the applicable checklist items in your PR description. (If you have removed the checklist items from your description, please re-add them from the template: https://github.com/NREL/GEOPHIRES-X/blob/main/.github/pull_request_template.md#change-checklist )"
2121
exit 1
2222
fi

0 commit comments

Comments
 (0)