Update tf-gha-deploy-infra.yml
This commit is contained in:
Родитель
1a7311923b
Коммит
7c6fa27a6d
|
@ -27,12 +27,12 @@ jobs:
|
|||
echo "config-file=$config_env" >> $GITHUB_OUTPUT;
|
||||
get-config:
|
||||
needs: set-env-branch
|
||||
uses: Azure/mlops-templates/.github/workflows/read-yaml.yml@main-dec31 # TBD - revert to @main
|
||||
uses: Azure/mlops-templates/.github/workflows/read-yaml.yml@main-dec31 # TODO - revert to @main
|
||||
with:
|
||||
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 # TBD - revert to @main
|
||||
uses: Azure/mlops-templates/.github/workflows/tf-gha-install-terraform.yml@main-dec31 # TODO - revert to @main
|
||||
with:
|
||||
with:
|
||||
TFAction: 'apply'
|
||||
|
|
Загрузка…
Ссылка в новой задаче