fix(action.yaml): update speckle_automate_url missed in last PR (#5)

This commit is contained in:
Iain Sproat
2023-08-04 15:37:33 +01:00
committed by GitHub
parent 0b0f9a5ecf
commit a1fa674fe9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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