We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6feda commit 11099f0Copy full SHA for 11099f0
1 file changed
dist/main.js
@@ -6379,8 +6379,8 @@ const main = async () => {
6379
base: context.payload.pull_request.base.ref,
6380
appName,
6381
};
6382
-
6383
- console.log(context.payload, 'context.payload');
+
+ console.log(context.payload, "context.payload");
6384
6385
const lcov = !monorepoBasePath && (await parse$1(raw));
6386
const baselcov = baseRaw && (await parse$1(baseRaw));
0 commit comments