diff --git a/.github/workflows/deploy-online-endpoint-pipeline-classical.yml b/.github/workflows/deploy-online-endpoint-pipeline-classical.yml index 728f8d0..c6d879c 100644 --- a/.github/workflows/deploy-online-endpoint-pipeline-classical.yml +++ b/.github/workflows/deploy-online-endpoint-pipeline-classical.yml @@ -27,7 +27,7 @@ jobs: endpoint="`az ml online-endpoint show --n ${{ format('taxi{0}', needs.get-config.outputs.oep) }} -g ${{ needs.get-config.outputs.resource_group }} -w ${{ needs.get-config.outputs.aml_workspace }} --query name`" echo $endpoint - echo ${{ format('taxi{0}', needs.get-config.outputs.oep) }} + echo ${{ format('taxi1234{0}', needs.get-config.outputs.oep) }} if [[ ${{ format('taxi{0}', needs.get-config.outputs.oep) == '$endpoint' }} ]] then