This commit is contained in:
Rob Herley
2023-12-06 18:21:33 -05:00
parent 7aec5deb0e
commit 0b8860f406
2 changed files with 0 additions and 13 deletions
-3
View File
@@ -1,5 +1,3 @@
import process from 'process'
import * as core from '../node_modules/@actions/core/'
import artifact, {
UploadArtifactOptions
@@ -64,7 +62,6 @@ async function run(): Promise<void> {
}
} catch (error) {
core.setFailed((error as Error).message)
process.exit(1)
}
}