Skip to content

Commit c7ec82f

Browse files
committed
Update deploy-to-azure.yml
1 parent b072cc9 commit c7ec82f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set Environment
2323
id: set-env
2424
run: |
25-
case "${{ inputs.environment_input }}" in
25+
case "${{ inputs.environment }}" in
2626
testing) echo "target_env=Testing" >> $GITHUB_OUTPUT ;;
2727
development) echo "target_env=dev" >> $GITHUB_OUTPUT ;;
2828
staging) echo "target_env=stage" >> $GITHUB_OUTPUT ;;

0 commit comments

Comments
 (0)