We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bb776 commit 926497bCopy full SHA for 926497b
src/retry-options.ts
@@ -1,5 +1,5 @@
1
import * as core from '@actions/core'
2
-import {OctokitOptions} from '@octokit/core/dist-types/types'
+import {OctokitOptions} from '@octokit/core/types'
3
import {RequestRequestOptions} from '@octokit/types'
4
5
export type RetryOptions = {
0 commit comments