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 db505d9 commit a70544aCopy full SHA for a70544a
main.js
@@ -4,7 +4,7 @@ import core from "@actions/core";
4
import { createAppAuth } from "@octokit/auth-app";
5
6
import { main } from "./lib/main.js";
7
-import { request } from "@octokit/request";
+import request from "./lib/request.js";
8
9
if (!process.env.GITHUB_REPOSITORY) {
10
throw new Error("GITHUB_REPOSITORY missing, must be set to '<owner>/<repo>'");
post.js
@@ -3,7 +3,7 @@
3
import core from "@actions/core";
import { post } from "./lib/post.js";
post(
core,
0 commit comments