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.warning(`We will only automatically build ${language} code. If you wish to scan ${autobuildLanguages.slice(1).join(' and ')}, you must replace this block with custom build steps.`);
30
+
}
31
+
27
32
core.startGroup(`Attempting to automatically build ${language} code`);
28
33
// TODO: share config accross actions better via env variables
core.setFailed("We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. "+error.message);
0 commit comments