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.
2 parents 0605163 + 64cdaed commit cfa1956Copy full SHA for cfa1956
action.yml
@@ -34,7 +34,7 @@ runs:
34
COMMERCIAL_LAMBDA_FUNCTION_URL: "https://s5mfys5te5aks7kw7p54vmbhvu0vyqlw.lambda-url.us-east-1.on.aws/"
35
FEDRAMP_LAMBDA_FUNCTION_URL: "https://x4ltsnejil7dy6quaim6pn2iue0ewclt.lambda-url.us-east-1.on.aws/"
36
run: |
37
- if [[ ${{ inputs.partition }}== "fedramp" ]]; then
+ if [[ ${{ inputs.partition }} -eq "fedramp" ]]; then
38
LAMBDA_FUNCTION_URL=$FEDRAMP_LAMBDA_FUNCTION_URL
39
else
40
LAMBDA_FUNCTION_URL=$COMMERCIAL_LAMBDA_FUNCTION_URL
0 commit comments