Skip to content

Commit

Permalink
fix path in restore-app-main-db workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ltello committed Jan 31, 2025
1 parent b763846 commit 2d3c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restore-app-main-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d3c36f

Please sign in to comment.