diff --git a/.github/workflows/actions/deploy_v2/action.yml b/.github/workflows/actions/deploy_v2/action.yml index 8bec8cf3b..42ccc4702 100644 --- a/.github/workflows/actions/deploy_v2/action.yml +++ b/.github/workflows/actions/deploy_v2/action.yml @@ -32,6 +32,7 @@ runs: app_hostname=getintoteachingapi-${{ env.aks_app_environment }}.${cluster}.teacherservices.cloud" fi echo "app_hostname=${app_hostname}" >> $GITHUB_OUTPUT + echo "app_hostname=${app_hostname}" - name: Use Terraform ${{ env.TERRAFORM_VERSION }} uses: hashicorp/setup-terraform@v2