From c39aec08505738f607c1eeaba07fe18fccae8276 Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Sun, 12 Nov 2023 17:32:25 +0000 Subject: [PATCH] chore(speckle-automate-github-action): bump to 0.8.0 (#16) - fixes to README --- README.md | 8 +------- action.yml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 35c8bbe..a15594d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/action.yml b/action.yml index 40dd681..7533862 100644 --- a/action.yml +++ b/action.yml @@ -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 }}