fix: add missing githubContext (#547)

This commit is contained in:
Phantom
2025-09-09 13:47:46 +08:00
committed by GitHub
parent 0f7dfed927
commit 1b7eb924f1

View File

@@ -335,6 +335,7 @@ export function prepareContext(
return { return {
...commonFields, ...commonFields,
eventData, eventData,
githubContext: context,
}; };
} }