fix(action.yaml): update speckle_automate_url missed in last PR (#5)
This commit is contained in:
@@ -10,7 +10,7 @@ This repository contains the source code for the Speckle Automate GitHub Composi
|
||||
|
||||
### Inputs
|
||||
|
||||
#### `speckle_server_url`
|
||||
#### `speckle_automate_url`
|
||||
|
||||
Speckle Automate URL which we will publish our Function to. Should include the `https://` protocol and not end with a trailing slash. **The token must be stored in GitHub as an [encrypted secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets)**
|
||||
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ runs:
|
||||
- name: Log in to Speckle Automate Docker registry
|
||||
uses: docker/login-action@v2.2.0
|
||||
with:
|
||||
registry: ${{ inputs.speckle_server_url }}
|
||||
registry: ${{ inputs.speckle_automate_url }}
|
||||
username: ${{ inputs.speckle_token }}
|
||||
password: ${{ inputs.speckle_token }}
|
||||
- name: Build and push Docker image
|
||||
|
||||
Reference in New Issue
Block a user