mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
format
This commit is contained in:
committed by
Ashwin Bhat
parent
7bd5b28434
commit
2ef669b4c0
@@ -122,7 +122,6 @@ runs:
|
||||
# Install Claude Code
|
||||
bun install -g @anthropic-ai/claude-code
|
||||
|
||||
|
||||
- name: Run Claude Code Action
|
||||
shell: bash
|
||||
id: run_claude
|
||||
|
||||
@@ -7,7 +7,10 @@ import * as core from "@actions/core";
|
||||
import type { GitHubContext } from "../../github/context";
|
||||
import type { Octokits } from "../../github/api/client";
|
||||
import type { ResumeResponse, ResumeResult } from "../../types/resume";
|
||||
import { setupBranch as setupBaseBranch, type BranchInfo } from "../../github/operations/branch";
|
||||
import {
|
||||
setupBranch as setupBaseBranch,
|
||||
type BranchInfo,
|
||||
} from "../../github/operations/branch";
|
||||
|
||||
export type RemoteBranchInfo = BranchInfo & {
|
||||
resumeMessages?: ResumeResult["messages"];
|
||||
|
||||
Reference in New Issue
Block a user