mirror of
https://code.forgejo.org/actions/upload-artifact
synced 2025-06-08 04:18:20 +02:00
Update index.ts
This commit is contained in:
parent
6027e3dd17
commit
e05c2be3b2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import * as core from '@actions/core'
|
||||
import {run} from './merge-artifacts'
|
||||
|
||||
|
||||
run().catch(error => {
|
||||
core.setFailed((error as Error).message)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue