Regenerate index.js

This commit is contained in:
Tom Hu
2021-07-21 14:49:08 -07:00
4 changed files with 233 additions and 233 deletions

View File

@@ -1,8 +1,7 @@
import * as core from '@actions/core';
import * as github from '@actions/github';
/* eslint-disable @typescript-eslint/no-var-requires */
const {version} = require('../package.json');
import {version} from '../package.json';
const context = github.context;