Update tf-gha-deploy-infra.yml

This commit is contained in:
msmarti 2022-12-15 08:56:50 -05:00 коммит произвёл GitHub
Родитель d3176bce49
Коммит 1a7311923b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,8 @@ jobs:
file_name: ${{ needs.set-env-branch.outputs.config-file}}
test-terraform-state-deployment:
needs: [get-config,set-env-branch]
uses: Azure/mlops-templates/.github/workflows/tf-gha-install-terraform.yml@main-dec31
uses: Azure/mlops-templates/.github/workflows/tf-gha-install-terraform.yml@main-dec31 # TBD - revert to @main
with:
with:
TFAction: 'apply'
dply_environment: ${{ needs.set-env-branch.outputs.config-file }}