This commit is contained in:
khai96_ 2022-02-23 10:07:15 +07:00
parent 847a737d63
commit 11ba3424e0
7 changed files with 16 additions and 16 deletions
src/inputs

View file

@ -1,7 +1,7 @@
import process from 'process'
import { load } from 'js-yaml'
import Ajv from 'ajv'
import { getInput, error, InputOptions } from '@actions/core'
import Ajv from 'ajv'
import { load } from 'js-yaml'
import process from 'process'
import runInstallSchema from './run-install-input.schema.json'
export interface RunInstall {