Skip to content

Commit 1f64adb

Browse files
committed
fix import
1 parent 8d531b1 commit 1f64adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/search.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as core from '@actions/core'
22
import * as path from 'path'
33
import * as io from '@actions/io'
44
import {promises as fs} from 'fs'
5-
import {findFilesToUpload} from '../src/search'
5+
import {findFilesToUpload} from '../src/shared/search'
66

77
const root = path.join(__dirname, '_temp', 'search')
88
const searchItem1Path = path.join(

0 commit comments

Comments
 (0)