Prettier and update bash

This commit is contained in:
Zachary Eisinger
2020-05-15 14:21:50 -07:00
parent a0982bfd3a
commit 308b9ff32c
2 changed files with 8 additions and 7 deletions

View File

@ -32,7 +32,7 @@ export async function run() {
const dotnetInstaller = new installer.DotnetCoreInstaller(version);
await dotnetInstaller.installDotnet();
}
const sourceUrl: string = core.getInput('source-url');
const configFile: string = core.getInput('config-file');
if (sourceUrl) {