diff --git a/src/setup-dotnet.ts b/src/setup-dotnet.ts index d038376..eee984d 100644 --- a/src/setup-dotnet.ts +++ b/src/setup-dotnet.ts @@ -8,7 +8,9 @@ async function run() { // Version is optional. If supplied, install / use from the tool cache // If not supplied then task is still used to setup proxy, auth, etc... // - console.log(`::warning::Use the v1 tag to get the last version, master may contain breaking changes and will not contain any required packages in the future. i.e. actions/setup-dotnet@v1`); + console.log( + `::warning::Use the v1 tag to get the last version, master may contain breaking changes and will not contain any required packages in the future. i.e. actions/setup-dotnet@v1` + ); let version = core.getInput('version'); if (!version) {