Skip to content

Commit 5b6feda

Browse files
clean-up
1 parent 8281203 commit 5b6feda

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

dist/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6379,6 +6379,8 @@ const main = async () => {
63796379
base: context.payload.pull_request.base.ref,
63806380
appName,
63816381
};
6382+
6383+
console.log(context.payload, 'context.payload');
63826384

63836385
const lcov = !monorepoBasePath && (await parse$1(raw));
63846386
const baselcov = baseRaw && (await parse$1(baseRaw));

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ const main = async () => {
118118
appName,
119119
};
120120

121+
console.log(context.payload, "context.payload");
122+
121123
const lcov = !monorepoBasePath && (await parse(raw));
122124
const baselcov = baseRaw && (await parse(baseRaw));
123125

0 commit comments

Comments
 (0)