information/action.js
2023-12-02 17:26:11 +01:00

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