mirror of
https://github.com/actions/github-script.git
synced 2026-08-26 08:19:23 +00:00
Use a proxy to support relative requires
This commit is contained in:
parent
ddba1b195d
commit
f4e5d39c2a
2 changed files with 25 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as core from '@actions/core'
|
||||
import { Context } from '@actions/github/lib/context'
|
||||
import { GitHub } from '@actions/github/lib/utils'
|
||||
import {Context} from '@actions/github/lib/context'
|
||||
import {GitHub} from '@actions/github/lib/utils'
|
||||
import * as glob from '@actions/glob'
|
||||
import * as io from '@actions/io'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue