9 lines
242 B
JavaScript
9 lines
242 B
JavaScript
import * as core from '@actions/core';
|
|
import * as github from '@actions/github';
|
|
import * as process from 'process';
|
|
import * as semverParser from 'semver-parser';
|
|
|
|
|
|
import * as gather from './gather';
|
|
|
|
gather.gather_information(true, true); |