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
`Cannot get the latest ${toolName} info from https://github.com/${githubRepo}/releases/latest. Invalid response: ${JSON.stringify(res)}. Using default version ${stableVersion}.`
81
+
`Cannot get the latest ${toolName} info from https://github.com/${githubRepo}/releases/latest. `+
82
+
`Invalid response: ${JSON.stringify(res)}. Using default version ${stableVersion}.`
82
83
)
83
84
84
85
returnstableVersion
@@ -87,7 +88,8 @@ async function latestVersion(
87
88
returnres.result.tag_name.trim()
88
89
}catch(e){
89
90
core.warning(
90
-
`Cannot get the latest ${toolName} info from https://github.com/${githubRepo}/releases/latest. Error ${e}. Using default version ${stableVersion}.`
91
+
`Cannot get the latest ${toolName} info from https://github.com/${githubRepo}/releases/latest. `+
92
+
`Error ${e}. Using default version ${stableVersion}.`
0 commit comments