mirror of
https://github.com/actions/github-script.git
synced 2026-06-06 00:54:25 +00:00
refactor: update OctokitOptions import path for v9
This commit is contained in:
parent
26bb776791
commit
926497b406
1 changed files with 1 additions and 1 deletions
|
|
@ -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