Skip to content

Commit a5026ed

Browse files
committed
is this the right one without esm
1 parent 37b177b commit a5026ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/operator-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/github-script@v7
3232
with:
3333
script: |
34-
const { Octokit } = require("https://esm.sh/@octokit/core");
34+
const { Octokit } = require("@octokit/core");
3535
// Get the mirrord commit and branch based on the trigger type
3636
let mirrord_commit, mirrord_branch;
3737

0 commit comments

Comments
 (0)