Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae84132685 | |||
| 937dd88b55 |
@@ -23,6 +23,7 @@ const parseInputs = (): InputVariables => {
|
||||
if (rawInputSchema) speckleFunctionInputSchema = JSON.parse(rawInputSchema)
|
||||
} catch (err) {
|
||||
core.setFailed(`Parsing the function input schema failed with: ${err}`)
|
||||
throw err
|
||||
}
|
||||
const rawInputs: InputVariables = {
|
||||
speckleAutomateUrl: core.getInput('speckle_automate_url', { required: true }),
|
||||
|
||||
Reference in New Issue
Block a user