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