chore(install): export virtual merge commits

Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
This commit is contained in:
Alexey Igrychev
2023-01-20 09:55:54 +00:00
parent c8117305fa
commit 9039bc0466
2 changed files with 11188 additions and 9383 deletions

View File

@@ -1,8 +1,11 @@
import * as core from '@actions/core'
import {Manager} from './manager'
import {ProcessGitHubContext} from './common'
async function run(): Promise<void> {
try {
ProcessGitHubContext()
const m = new Manager()
await m.Install()
} catch (error) {