We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff99f75 commit e3d79b0Copy full SHA for e3d79b0
.github/workflows/processRequest.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
script:
43
const { processRequest } = await import("${{github.workspace}}/scripts/processRequest.mjs");
44
- processRequest(github.context, core);
+ processRequest(context, core);
45
46
- name: Handle validation errors
47
if: failure()
0 commit comments