Skip to content

Commit e3d79b0

Browse files
authored
fixup!
1 parent ff99f75 commit e3d79b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/processRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
script:
4343
const { processRequest } = await import("${{github.workspace}}/scripts/processRequest.mjs");
44-
processRequest(github.context, core);
44+
processRequest(context, core);
4545

4646
- name: Handle validation errors
4747
if: failure()

0 commit comments

Comments
 (0)