We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d531b1 commit 1f64adbCopy full SHA for 1f64adb
__tests__/search.test.ts
@@ -2,7 +2,7 @@ import * as core from '@actions/core'
2
import * as path from 'path'
3
import * as io from '@actions/io'
4
import {promises as fs} from 'fs'
5
-import {findFilesToUpload} from '../src/search'
+import {findFilesToUpload} from '../src/shared/search'
6
7
const root = path.join(__dirname, '_temp', 'search')
8
const searchItem1Path = path.join(
0 commit comments