mirror of
https://github.com/actions/github-script.git
synced 2026-06-06 17:14:23 +00:00
fix: use @octokit/core/types import for v7 compatibility
The merge from main incorrectly used the v5 import path (@octokit/core/dist-types/types). v7 exports types via @octokit/core/types in its package.json exports map. Rebuild dist with correct dependency resolution.
This commit is contained in:
parent
86e48e20ac
commit
ca10bbdd1a
2 changed files with 33035 additions and 4273 deletions
37292
dist/index.js
vendored
37292
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
||||||
import * as core from '@actions/core'
|
import * as core from '@actions/core'
|
||||||
import {OctokitOptions} from '@octokit/core/dist-types/types'
|
import {OctokitOptions} from '@octokit/core/types'
|
||||||
import {RequestRequestOptions} from '@octokit/types'
|
import {RequestRequestOptions} from '@octokit/types'
|
||||||
|
|
||||||
export type RetryOptions = {
|
export type RetryOptions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue