mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2025-05-18 14:40:09 +02:00
add 'merge' action
This commit is contained in:
parent
694cdabd8b
commit
6c1d23ca18
19 changed files with 130352 additions and 78 deletions
|
@ -2,7 +2,7 @@ import * as core from '@actions/core'
|
|||
import * as path from 'path'
|
||||
import * as io from '@actions/io'
|
||||
import {promises as fs} from 'fs'
|
||||
import {findFilesToUpload} from '../src/search'
|
||||
import {findFilesToUpload} from '../src/shared/search'
|
||||
|
||||
const root = path.join(__dirname, '_temp', 'search')
|
||||
const searchItem1Path = path.join(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue