We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b072cc9 commit c7ec82fCopy full SHA for c7ec82f
1 file changed
.github/workflows/deploy-to-azure.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set Environment
23
id: set-env
24
run: |
25
- case "${{ inputs.environment_input }}" in
+ case "${{ inputs.environment }}" in
26
testing) echo "target_env=Testing" >> $GITHUB_OUTPUT ;;
27
development) echo "target_env=dev" >> $GITHUB_OUTPUT ;;
28
staging) echo "target_env=stage" >> $GITHUB_OUTPUT ;;
0 commit comments