Removing output from action as it's not used.

This commit is contained in:
Derrick Marcey
2019-06-27 12:30:53 -04:00
parent c39a9768cf
commit 762d5da203
4 changed files with 0 additions and 9 deletions

View File

@@ -45,8 +45,6 @@ export default async function(inputs: ActionInputs, platform: Platform) {
exec.exec('sudo ln', ['-sf', path.join(toolPath, 'ruby'), dest]); // replace any existing
}
//core.setOutput('ruby-location', toolPath);
if (inputs.addToPath === 'true') {
core.addPath(toolPath);
}