chore(speckle-automate-github-action): bump to 0.8.0 (#16)

- fixes to README
This commit is contained in:
Iain Sproat
2023-11-12 17:32:25 +00:00
committed by GitHub
parent 2eacc79a5b
commit c39aec0850
2 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -32,13 +32,7 @@ Please note that this is not a Speckle Account token, but a **Speckle Automate A
Your Speckle Token must have write permissions for the Speckle Function with this ID, otherwise the publish will fail.
#### `speckle_function_path`
The path to the Speckle Automate Function to publish. This path is relative to the root of the repository. If you provide a path to a directory, your Speckle Automate Function must be in a file named `specklefunction.yaml` within that directory.
Defaults to the root of the repository.
#### `speckle_function_input_schema`
#### `speckle_function_input_schema_file_path`
The path to a file containing a JSON Schema. This JSON Schema defines the parameters required by the Function. The JSON Schema will be used to automatically create the User Interface displayed to users of your Function in Speckle Automate. Users will be able to provide their data to customise the Function.
+1 -1
View File
@@ -109,7 +109,7 @@ runs:
target: ''
push: true
- name: Speckle Automate function version publisher
uses: specklesystems/speckle-automate-github-action@0.7.1
uses: specklesystems/speckle-automate-github-action@0.8.0
id: register_speckle_function_version
with:
speckle_automate_url: ${{ inputs.speckle_automate_url }}