Skip to content

Commit 11099f0

Browse files
clean-up
1 parent 5b6feda commit 11099f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/main.js

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

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

0 commit comments

Comments
 (0)