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:
@@ -70,11 +70,7 @@ describe("parseEnvVarsWithContext", () => {
|
||||
});
|
||||
|
||||
test("should allow missing CLAUDE_BRANCH and omit it from event data", () => {
|
||||
const result = prepareContext(
|
||||
mockIssueCommentContext,
|
||||
"12345",
|
||||
"main",
|
||||
);
|
||||
const result = prepareContext(mockIssueCommentContext, "12345", "main");
|
||||
|
||||
if (
|
||||
result.eventData.eventName === "issue_comment" &&
|
||||
|
||||
Reference in New Issue
Block a user