mirror of
https://github.com/actions/checkout.git
synced 2025-07-13 20:50:45 +00:00
Addressing code review comments for PR #922
This commit is contained in:
parent
092f9bd613
commit
0ff8af6944
7 changed files with 80 additions and 68 deletions
|
@ -6,7 +6,7 @@ import * as path from 'path'
|
|||
import * as retryHelper from './retry-helper'
|
||||
import * as toolCache from '@actions/tool-cache'
|
||||
import {default as uuid} from 'uuid/v4'
|
||||
import {getOctokit, Octokit} from './octokit-helper'
|
||||
import {getOctokit, Octokit} from './octokit-provider'
|
||||
|
||||
const IS_WINDOWS = process.platform === 'win32'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue