mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-01-20 11:13:22 +00: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 exec from '@actions/exec'
|
||||
import * as fshelper from '../lib/fs-helper'
|
||||
import * as commandManager from '../lib/git-command-manager'
|
||||
import * as fshelper from '../src/fs-helper'
|
||||
import * as commandManager from '../src/git-command-manager'
|
||||
|
||||
let git: commandManager.IGitCommandManager
|
||||
let mockExec = jest.fn()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue