add profile support

This commit is contained in:
Yusuke Sasaki 2019-10-15 17:16:19 +09:00
parent 941154aed5
commit 5185c16d06
4 changed files with 17 additions and 4 deletions

View file

@ -19,6 +19,9 @@ inputs:
override:
description: Set installed toolchain as an override for a directory
default: false
profile:
description: Profile to install for this toolchain
required: false
runs:
using: 'node12'