Merge pull request #66 from werf/chore_install_export_github_context_variables

chore(install): export virtual merge commits
This commit is contained in:
Alexey Igrychev
2023-01-20 11:50:01 +00:00
committed by GitHub
2 changed files with 11188 additions and 9383 deletions

File diff suppressed because one or more lines are too long

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) {