mirror of
https://github.com/markwylde/claude-code-gitea-action.git
synced 2026-08-01 11:12:59 +08:00
chore: format gitea branch
This commit is contained in:
@@ -140,8 +140,7 @@ describe("updateCommentBody", () => {
|
||||
it("removes old branch links from body", () => {
|
||||
const input = {
|
||||
...baseInput,
|
||||
currentBody:
|
||||
`Some comment with [View branch](${BRANCH_BASE_URL}/branch-name)` ,
|
||||
currentBody: `Some comment with [View branch](${BRANCH_BASE_URL}/branch-name)`,
|
||||
branchName: "new-branch-name",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user