Skip to content

Commit 20df24c

Browse files
fix: remove HTML entity from the PR comment in GH action
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2b2463c commit 20df24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
run: |
1919
git config user.name "github-actions[bot]"
2020
git config user.email "github-actions[bot]@users.noreply.github.com"
21-
gh pr comment $PR_URL --body "This merge is not possible. Create a PR for $BRANCH_NAME -&gt; dev"
21+
gh pr comment $PR_URL --body "This merge is not possible. Create a PR for $BRANCH_NAME -> dev"
2222
gh pr close $PR_URL

0 commit comments

Comments
 (0)