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 32dfc1f commit ff99f75Copy full SHA for ff99f75
.github/workflows/processRequest.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
41
with:
42
script:
43
- const { processRequest } = await import("{{github.workspace}}/scripts/processRequest.mjs");
+ const { processRequest } = await import("${{github.workspace}}/scripts/processRequest.mjs");
44
processRequest(github.context, core);
45
46
- name: Handle validation errors
0 commit comments