mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
fix: add missing githubContext (#547)
This commit is contained in:
@@ -335,6 +335,7 @@ export function prepareContext(
|
||||
return {
|
||||
...commonFields,
|
||||
eventData,
|
||||
githubContext: context,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user