Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 251d6b7f2d | |||
| d20d3d022a | |||
| b6e9dd9b5d | |||
| fc5a7c680e |
@@ -34,3 +34,4 @@ jobs:
|
||||
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
|
||||
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
|
||||
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}
|
||||
speckle_function_recommended_memory_mi: 8000
|
||||
|
||||
@@ -266,7 +266,7 @@ public static class AutomateFunction
|
||||
foreach (var modified in modifiedAppIdObjects)
|
||||
{
|
||||
Console.WriteLine(
|
||||
$"{MODIFIED} {modified.Item3} object: id( {modified.Item1} ), appId: {modified.Item2}, category: {modified.Item3}"
|
||||
$"{MODIFIED} {modified.Item3} object: id( {modified.Item1} ), appId: {modified.Item2}, category: {modified.Item4}"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"TestAutomateFunction": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"SPECKLE_TOKEN": "718d0650eea8038642850414e43bd81314d740359a",
|
||||
"SPECKLE_SERVER_URL": "https://latest.speckle.dev/"
|
||||
"SPECKLE_TOKEN": "<YOUR TOKEN HERE>",
|
||||
"SPECKLE_SERVER_URL": "https://latest.speckle.systems/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user