mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 15:04:13 +08:00
update comment
This commit is contained in:
@@ -87,7 +87,6 @@ export type ParsedGitHubContext = BaseContext & {
|
|||||||
export type AutomationContext = BaseContext & {
|
export type AutomationContext = BaseContext & {
|
||||||
eventName: "workflow_dispatch" | "schedule";
|
eventName: "workflow_dispatch" | "schedule";
|
||||||
payload: WorkflowDispatchEvent | ScheduleEvent;
|
payload: WorkflowDispatchEvent | ScheduleEvent;
|
||||||
// No entityNumber or isPR
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Union type for all contexts
|
// Union type for all contexts
|
||||||
|
|||||||
Reference in New Issue
Block a user