Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3d711f76d | |||
| ae84132685 | |||
| 937dd88b55 |
+1
@@ -14033,6 +14033,7 @@ const parseInputs = () => {
|
||||
}
|
||||
catch (err) {
|
||||
core.setFailed(`Parsing the function input schema failed with: ${err}`);
|
||||
throw err;
|
||||
}
|
||||
const rawInputs = {
|
||||
speckleAutomateUrl: core.getInput('speckle_automate_url', { required: true }),
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -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