Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3d711f76d |
+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
Reference in New Issue
Block a user