Update index.ts
parent
6027e3dd17
commit
e05c2be3b2
|
@ -1,6 +1,7 @@
|
||||||
import * as core from '@actions/core'
|
import * as core from '@actions/core'
|
||||||
import {run} from './merge-artifacts'
|
import {run} from './merge-artifacts'
|
||||||
|
|
||||||
|
|
||||||
run().catch(error => {
|
run().catch(error => {
|
||||||
core.setFailed((error as Error).message)
|
core.setFailed((error as Error).message)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue