We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a3e0f commit 57bbad5Copy full SHA for 57bbad5
lib/cache-utils.js
@@ -71,6 +71,7 @@ export async function getCacheKey(scarbLockfilePath) {
71
72
async function getScarbLockfilePath(scarbLockfilePath) {
73
const lockfilePath = scarbLockfilePath || "Scarb.lock";
74
+ core.info(`Using Scarb.lock file: ${lockfilePath}`);
75
76
await fs.access(lockfilePath).catch((_) => {
77
throw new Error("failed to find Scarb.lock");
0 commit comments