You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core.info(`Checking workflow lock file integrity using frontmatter hash:`);
38
+
core.info(`Checking for stale lock file using frontmatter hash:`);
37
39
core.info(` Source: ${workflowMdPath}`);
38
40
core.info(` Lock file: ${lockFilePath}`);
39
41
@@ -203,11 +205,11 @@ async function main() {
203
205
if(!hashComparison){
204
206
// Could not compute hash - be conservative and fail
205
207
core.warning("Could not compare frontmatter hashes - assuming lock file is outdated");
206
-
constwarningMessage=`Lock file '${lockFilePath}' integrity check failed! Could not verify frontmatter hash for '${workflowMdPath}'. Run 'gh aw compile' to regenerate the lock file.`;
208
+
constwarningMessage=`Lock file '${lockFilePath}' is outdated or unverifiable! Could not verify frontmatter hash for '${workflowMdPath}'. Run 'gh aw compile' to regenerate the lock file.`;
207
209
208
210
letsummary=core.summary
209
211
.addRaw("### ⚠️ Workflow Lock File Warning\n\n")
210
-
.addRaw("**WARNING**: Lock file integrity check failed. Could not verify frontmatter hash.\n\n")
212
+
.addRaw("**WARNING**: Could not verify whether lock file is up to date. Frontmatter hash check failed.\n\n")
0 commit comments