From db0a8e82e51af92235e432f7aa48b11a769f71de Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Fri, 22 Jul 2022 12:17:22 -0700 Subject: [PATCH] update message --- src/drivers/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/github.js b/src/drivers/github.js index 14bfeff26..49afa8a1e 100644 --- a/src/drivers/github.js +++ b/src/drivers/github.js @@ -767,7 +767,7 @@ class Github { } for (const warning of WARNINGS) { console.log( - `::warning file=${warning.file},line=${warning.line},title=Possible Unexpected Behavior using \`cml runner\`::GitHub Actions has updated timeout-minutes if your job is unlikely to longer than 6hrs then you should remove timeout-minutes, to have cml auto-restart for long training jobs change this value to: 50400 (35d)` + `::warning file=${warning.file},line=${warning.line},title=Possible Unexpected Behavior using "cml runner"::GitHub Actions has updated timeout-minutes if your job is unlikely to run longer than 6hrs then you should remove timeout-minutes, to have cml auto-restart for long training jobs change this value to: 50400 (35d)` ); } process.exit();