豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit a7e9641

Browse files
Address PR comment.
1 parent 672e253 commit a7e9641

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

lib/analyze-action.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze-action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ async function run() {
175175
await sendStatusReport(startedAt, { ...runStats, ...uploadStats });
176176
} else if (runStats) {
177177
await sendStatusReport(startedAt, { ...runStats });
178+
} else {
179+
await sendStatusReport(startedAt, undefined);
178180
}
179181
}
180182

0 commit comments

Comments
 (0)