Skip to content

Commit

Permalink
add db refresh from paas to aks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Sep 15, 2023
1 parent 3eca2d4 commit 015f6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restore-paas-db-to-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set AKS environment name
id: aks-env-name
run: |
case "${ENVIRONMENT_NAME}" in
case "${{ inputs.environment }}" in
dev)
echo "ENVIRONMENT_AKS=development_aks" >> $GITHUB_OUTPUT
;;
Expand Down

0 comments on commit 015f6ce

Please sign in to comment.