3 Commits

Author SHA1 Message Date
dependabot[bot] e535d3d428 Bump actions/checkout from 4.1.2 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 19:28:37 +00:00
Jonathon Broughton aede31358d json dump
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
2024-03-15 09:47:19 +00:00
dependabot[bot] 693aded3ae Bump actions/checkout from 4.1.1 to 4.1.2 (#2)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 09:35:28 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
FUNCTION_SCHEMA_FILE_NAME: functionSchema.json
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5
with:
python-version: '3.11'
+2 -2
View File
@@ -62,8 +62,8 @@ def automate_function(
version_root_object = automate_context.receive_version()
# At the point in your code where you want to log the initial base object:
initial_base_json = serialize_base(initial_base)
print(f"Initial base object as JSON:\n{version_root_object}")
initial_base_json = serialize_base(version_root_object)
print(f"Initial base object as JSON:\n{initial_base_json}")
objects_with_forbidden_speckle_type = [
b