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