We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48576e5 commit 187f735Copy full SHA for 187f735
src/cache.ts
@@ -85,7 +85,8 @@ export async function restore(id: string) {
85
core.saveState(STATE_CACHE_PRIMARY_KEY, primaryKey);
86
if (primaryKey.endsWith('-')) {
87
throw new Error(
88
- `No file in ${process.cwd()} matched to [${packageManager.pattern
+ `No file in ${process.cwd()} matched to [${
89
+ packageManager.pattern
90
}], make sure you have checked out the target repository`
91
);
92
}
0 commit comments