From 87d582461dcd4d1d327d27a9fd5b37d6a632141b Mon Sep 17 00:00:00 2001 From: Philip Mifsud Date: Tue, 31 Oct 2023 14:47:39 +0100 Subject: [PATCH] tst --- .../workflows/deploy-online-endpoint-pipeline-classical.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-online-endpoint-pipeline-classical.yml b/.github/workflows/deploy-online-endpoint-pipeline-classical.yml index c4a5f36..2e9df4b 100644 --- a/.github/workflows/deploy-online-endpoint-pipeline-classical.yml +++ b/.github/workflows/deploy-online-endpoint-pipeline-classical.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest outputs: check_enpoint: ${{ steps.get-ml-endpoint.outputs.CHECK_ENPOINT }} - name_enpoint: ${{ format('taxi{0}', needs.get-config.outputs.oep) }} + name_enpoint: ${{ format('taksi{0}', needs.get-config.outputs.oep) }} steps: - name: "Az CLI login" uses: azure/login@v1 @@ -40,13 +40,13 @@ jobs: # echo ${{ needs.get-endpoint.outputs.check_enpoint }} # echo ${{ needs.get-endpoint.outputs.name_enpoint }} # - id: create-end - name: create-end + name: create-endpoint uses: Azure/mlops-templates/.github/workflows/create-endpoint.yml@main with: resource_group: ${{ needs.get-config.outputs.resource_group }} workspace_name: ${{ needs.get-config.outputs.aml_workspace }} endpoint_file: mlops/azureml/deploy/online/online-endpoint.yml - endpoint_name: ${{ format('taxi{0}', needs.get-config.outputs.oep) }} + endpoint_name: ${{ format('taksi{0}', needs.get-config.outputs.oep) }} endpoint_type: online secrets: creds: ${{secrets.AZURE_CREDENTIALS}}