Skip to content

Commit 0f22456

Browse files
committed
Remove commented out statement
1 parent aea9b11 commit 0f22456

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const pull_request_number = parseInt(process.env.GITHUB_REF?.split("/")[2]!);
1111

1212
const appId = 1230093;
1313
const privateKey = process.env.INPUT_PRIVATE_KEY!;
14-
// const installationId = parseInt(process.env.INPUT_INSTALLATION_ID!);
1514

1615
const app = new App({ appId, privateKey });
1716
const { data: installationId } = await app.octokit.request("POST /repos/{owner}/{repo}/installation", { owner, repo });

0 commit comments

Comments
 (0)