Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-09-05 16:30:41 +02:00
parent 54edbcd840
commit 0fc9dc862b
3 changed files with 62 additions and 12 deletions

View File

@ -2,6 +2,7 @@ import * as os from 'os';
import * as core from '@actions/core';
export const osPlat: string = os.platform();
export const osArch: string = os.arch();
export interface Inputs {
version: string;