Update index.ts

This commit is contained in:
Gautam Sapre 2025-04-23 10:07:09 -07:00 committed by GitHub
parent 6027e3dd17
commit e05c2be3b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
import * as core from '@actions/core'
import {run} from './merge-artifacts'
run().catch(error => {
core.setFailed((error as Error).message)
})