mirror of
https://github.com/actions/checkout.git
synced 2026-01-21 08:08:54 +08:00
Merge ab5d862ce8 into 0c366fd6a8
This commit is contained in:
commit
d7b8630b50
13 changed files with 87 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as assert from 'assert'
|
||||
import * as refHelper from '../lib/ref-helper'
|
||||
import {IGitCommandManager} from '../lib/git-command-manager'
|
||||
import * as refHelper from '../src/ref-helper'
|
||||
import {IGitCommandManager} from '../src/git-command-manager'
|
||||
|
||||
const commit = '1234567890123456789012345678901234567890'
|
||||
let git: IGitCommandManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue