Skip to content

Commit 7122e0e

Browse files
committed
debug
1 parent 16b9907 commit 7122e0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if (!process.env.GITHUB_REF?.startsWith("refs/pull/")) {
66
process.exit(0);
77
}
88

9+
console.log(process.env);
10+
911
const appId = parseInt(process.env.INPUT_APP_ID!);
1012
const privateKey = process.env.INPUT_PRIVATE_KEY!;
1113
const installationId = parseInt(process.env.INPUT_INSTALLATION_ID!);

0 commit comments

Comments
 (0)