mirror of
https://github.com/werf/actions.git
synced 2026-02-05 02:46:23 +03:00
chore(install): export virtual merge commits
Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
This commit is contained in:
20568
install/index.js
20568
install/index.js
File diff suppressed because one or more lines are too long
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user