Skip to content

Commit

Permalink
chore(speckle-automate-github-action): bump to 0.8.0 (#16)
Browse files Browse the repository at this point in the history
- fixes to README
  • Loading branch information
iainsproat authored Nov 12, 2023
1 parent 2eacc79 commit c39aec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c39aec0

Please sign in to comment.