Regenerate index.js

This commit is contained in:
Tom Hu 2021-07-21 14:49:08 -07:00
commit d680b4c7af
No known key found for this signature in database
GPG key ID: F7E832BD316D5603
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;