From 2d3c36f23b6180595c55587ff29ef1a2818174aa Mon Sep 17 00:00:00 2001 From: Lorenzo Tello Date: Fri, 31 Jan 2025 18:27:45 +0000 Subject: [PATCH] fix path in restore-app-main-db workflow --- .github/workflows/restore-app-main-db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/restore-app-main-db.yml b/.github/workflows/restore-app-main-db.yml index c18d9054..53a5650a 100644 --- a/.github/workflows/restore-app-main-db.yml +++ b/.github/workflows/restore-app-main-db.yml @@ -44,7 +44,7 @@ jobs: - name: Set environment variables run: | - source global_config/${{ inputs.environment }}.sh + source config/global_config/${{ inputs.environment }}.sh tf_vars_file=${{ env.TF_VARS_PATH }}/${{ inputs.environment }}.tfvars.json echo "CLUSTER=$(jq -r '.cluster' ${tf_vars_file})" >> $GITHUB_ENV echo "RESOURCE_GROUP_NAME=${AZURE_RESOURCE_PREFIX}-${SERVICE_SHORT}-${CONFIG_SHORT}-rg" >> $GITHUB_ENV