mirror of
https://github.com/actions/github-script.git
synced 2026-04-30 02:30:11 +00:00
refactor: update OctokitOptions import path for v9
This commit is contained in:
committed by
Salman Muin Kayser Chishti
parent
26bb776791
commit
926497b406
@@ -1,5 +1,5 @@
|
||||
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'
|
||||
|
||||
export type RetryOptions = {
|
||||
|
||||
Reference in New Issue
Block a user