Skip to content

Commit ff99f75

Browse files
authored
fixup!
1 parent 32dfc1f commit ff99f75

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
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
4141
with:
4242
script:
43-
const { processRequest } = await import("{{github.workspace}}/scripts/processRequest.mjs");
43+
const { processRequest } = await import("${{github.workspace}}/scripts/processRequest.mjs");
4444
processRequest(github.context, core);
4545

4646
- name: Handle validation errors

0 commit comments

Comments
 (0)