mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-06 02:32:52 +01:00
.
This commit is contained in:
parent
0fa906a067
commit
d79ea53307
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ import * as retryHelper from './retry-helper'
|
|||
import * as toolCache from '@actions/tool-cache'
|
||||
import {ExecOptions} from '@actions/exec/lib/interfaces'
|
||||
import {IncomingMessage} from 'http'
|
||||
import {ReposGetArchiveLinkParams} from '@octokit/rest'
|
||||
import {RequestOptions} from 'https'
|
||||
import {RequestOptions, ReposGetArchiveLinkParams} from '@octokit/rest'
|
||||
import {WriteStream} from 'fs'
|
||||
|
||||
const IS_WINDOWS = process.platform === 'win32'
|
||||
|
|
Loading…
Reference in a new issue