mirror of
https://github.com/werf/actions.git
synced 2026-02-05 02:46:23 +03:00
Merge pull request #66 from werf/chore_install_export_github_context_variables
chore(install): export virtual merge commits
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 * as core from '@actions/core'
|
||||||
import {Manager} from './manager'
|
import {Manager} from './manager'
|
||||||
|
import {ProcessGitHubContext} from './common'
|
||||||
|
|
||||||
async function run(): Promise<void> {
|
async function run(): Promise<void> {
|
||||||
try {
|
try {
|
||||||
|
ProcessGitHubContext()
|
||||||
|
|
||||||
const m = new Manager()
|
const m = new Manager()
|
||||||
await m.Install()
|
await m.Install()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user