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
|
# Install Claude Code
|
||||||
bun install -g @anthropic-ai/claude-code
|
bun install -g @anthropic-ai/claude-code
|
||||||
|
|
||||||
|
|
||||||
- name: Run Claude Code Action
|
- name: Run Claude Code Action
|
||||||
shell: bash
|
shell: bash
|
||||||
id: run_claude
|
id: run_claude
|
||||||
|
|||||||
@@ -7,7 +7,10 @@ import * as core from "@actions/core";
|
|||||||
import type { GitHubContext } from "../../github/context";
|
import type { GitHubContext } from "../../github/context";
|
||||||
import type { Octokits } from "../../github/api/client";
|
import type { Octokits } from "../../github/api/client";
|
||||||
import type { ResumeResponse, ResumeResult } from "../../types/resume";
|
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 & {
|
export type RemoteBranchInfo = BranchInfo & {
|
||||||
resumeMessages?: ResumeResult["messages"];
|
resumeMessages?: ResumeResult["messages"];
|
||||||
|
|||||||
Reference in New Issue
Block a user