We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b177b commit a5026edCopy full SHA for a5026ed
.github/workflows/operator-e2e.yaml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/github-script@v7
32
with:
33
script: |
34
- const { Octokit } = require("https://esm.sh/@octokit/core");
+ const { Octokit } = require("@octokit/core");
35
// Get the mirrord commit and branch based on the trigger type
36
let mirrord_commit, mirrord_branch;
37
0 commit comments