Skip to content

Commit b0e9dfc

Browse files
committed
Restore missing status.push resulting from a bad merge
1 parent 35c91ef commit b0e9dfc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/analyze-action.js

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

src/dependency-caching.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ export async function uploadDependencyCaches(
357357
logger,
358358
);
359359
if (patterns === undefined) {
360+
status.push({ language, result: CacheStoreResult.NoHash });
360361
continue;
361362
}
362363

0 commit comments

Comments
 (0)