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 3e7ab46 commit 09000fcCopy full SHA for 09000fc
.github/workflows/deploy-chatbot.yml
@@ -101,7 +101,7 @@ jobs:
101
exit 1
102
;;
103
esac
104
- INFRA_UPPER=$(echo "${{steps.parse_command.outputs.environment }}" | tr 'a-z' 'A-Z')
+ INFRA_UPPER=$(echo "${{steps.parse_command.outputs.infra }}" | tr 'a-z' 'A-Z')
105
ENV_UPPER=$(echo "${{ steps.parse_command.outputs.environment }}" | tr 'a-z' 'A-Z')
106
107
secret_name="SS_${INFRA_UPPER}_${ENV_UPPER}"
0 commit comments