drop deprecated input
This commit is contained in:
@@ -3,8 +3,7 @@ import * as installer from './installer';
|
||||
|
||||
async function run() {
|
||||
try {
|
||||
const version =
|
||||
core.getInput('version') || core.getInput('flutter-version') || '';
|
||||
const version = core.getInput('flutter-version') || '';
|
||||
const channel = core.getInput('channel') || 'stable';
|
||||
|
||||
await installer.getFlutter(version, channel);
|
||||
|
||||
Reference in New Issue
Block a user