Remove unnecessary first-party use of Regenerator

This commit is contained in:
James M. Greene
2022-09-26 14:47:48 -05:00
parent 818dc836a0
commit b388ef8bf2
8 changed files with 4 additions and 16 deletions

View File

@@ -1,5 +1,3 @@
require('regenerator-runtime/runtime')
const core = require('@actions/core')
const axios = require('axios')

View File

@@ -1,5 +1,3 @@
require('regenerator-runtime/runtime')
// This package assumes a site has already been built and the files exist in the current workspace
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
// without the user having to do the tar process themselves.