Complete source code
This commit is contained in:
parent
7d62586afe
commit
696222a6f3
2 changed files with 10 additions and 0 deletions
|
|
@ -1,11 +1,13 @@
|
|||
import { setFailed } from '@actions/core'
|
||||
import getInputs from './inputs'
|
||||
import setOutputs from './outputs'
|
||||
import install from './install'
|
||||
|
||||
const inputs = getInputs()
|
||||
|
||||
install(inputs).then(() => {
|
||||
console.log('Installation Completed!')
|
||||
setOutputs(inputs)
|
||||
}).catch(error => {
|
||||
console.error(error)
|
||||
setFailed(error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue