Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 31, 2023
1 parent d1a2c97 commit 87d5824
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit 87d5824

Please sign in to comment.