From 06ca218392cbfae5c94efd7ef4109af6833c41bc Mon Sep 17 00:00:00 2001 From: Erika Gressi Date: Tue, 9 Jul 2024 16:19:07 +0200 Subject: [PATCH] env in template --- .../actions/templates/avm-validateModuleDeployment/action.yml | 3 --- .github/workflows/avm.template.module.yml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/templates/avm-validateModuleDeployment/action.yml b/.github/actions/templates/avm-validateModuleDeployment/action.yml index 2312f1458a..498cac888d 100644 --- a/.github/actions/templates/avm-validateModuleDeployment/action.yml +++ b/.github/actions/templates/avm-validateModuleDeployment/action.yml @@ -56,9 +56,6 @@ inputs: description: "Custom location overwrite, if needed" required: false -environment: - name: avm-validation - runs: using: "composite" steps: diff --git a/.github/workflows/avm.template.module.yml b/.github/workflows/avm.template.module.yml index 79e18d691b..5e7fd62e15 100644 --- a/.github/workflows/avm.template.module.yml +++ b/.github/workflows/avm.template.module.yml @@ -98,6 +98,7 @@ jobs: ############################# job_module_deploy_validation: # Note: Please don't change this job name. It is used by the setEnvironment action to define which PS modules to install on runners. name: "Deploy [${{ matrix.testCases.name}}]" + environment: avm-validation runs-on: ubuntu-latest if: | !cancelled() &&