Skip to content

Commit 1b7eb92

Browse files
authored
fix: add missing githubContext (#547)
1 parent 0f7dfed commit 1b7eb92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/create-prompt/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ export function prepareContext(
335335
return {
336336
...commonFields,
337337
eventData,
338+
githubContext: context,
338339
};
339340
}
340341

0 commit comments

Comments
 (0)