Skip to content

Commit

Permalink
use proper driver ref (works with driver inference)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Jul 22, 2022
1 parent 5adcc3b commit 20c0598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const run = async (opts) => {
}
}
console.log(cml.driver);
if (driver === 'github') {
if (cml.driver === 'github') {
winston.warn(
'Github Actions timeout has been updated from 72h to 35 days. Update your workflow accordingly to be able to restart it automatically.'
);
Expand Down

1 comment on commit 20c0598

@github-actions

This comment was marked as outdated.

Please sign in to comment.