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