File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
TESTING_PIPELINE_EXECUTION_ROLE : ${{ secrets.TESTING_PIPELINE_EXECUTION_ROLE }}
14
14
TESTING_CLOUDFORMATION_EXECUTION_ROLE : ${{ secrets.TESTING_CLOUDFORMATION_EXECUTION_ROLE }}
15
15
TESTING_ARTIFACTS_BUCKET : ${{ secrets.TESTING_ARTIFACTS_BUCKET }}
16
- TESTING_PARAMETER_OVERRIDES : TasksTableName=\ "tasks\" CognitoCallbackURL=\ "https://start.spring.io/\" UserPoolAdminGroupName=\ "apiAdmins\ "
16
+ TESTING_PARAMETER_OVERRIDES : TasksTableName="tasks", CognitoCallbackURL="https://start.spring.io/", UserPoolAdminGroupName="apiAdmins"
17
17
# If there are functions with "Image" PackageType in your template,
18
18
# uncomment the line below and add "--image-repository ${TESTING_IMAGE_REPOSITORY}" to
19
19
# testing "sam package" and "sam deploy" commands.
23
23
PROD_PIPELINE_EXECUTION_ROLE : ${{ secrets.PROD_PIPELINE_EXECUTION_ROLE }}
24
24
PROD_CLOUDFORMATION_EXECUTION_ROLE : ${{ secrets.PROD_CLOUDFORMATION_EXECUTION_ROLE }}
25
25
PROD_ARTIFACTS_BUCKET : ${{ secrets.PROD_ARTIFACTS_BUCKET }}
26
- PRODUCTION_PARAMETER_OVERRIDES : TasksTableName=\ "tasks\" CognitoCallbackURL=\ "https://django-rest-framework.org/tutorial/\" UserPoolAdminGroupName=\ "apiAdmins\ "
26
+ PRODUCTION_PARAMETER_OVERRIDES : TasksTableName="tasks", CognitoCallbackURL="https://django-rest-framework.org/tutorial/", UserPoolAdminGroupName="apiAdmins"
27
27
# If there are functions with "Image" PackageType in your template,
28
28
# uncomment the line below and add "--image-repository ${PROD_IMAGE_REPOSITORY}" to
29
29
# prod "sam package" and "sam deploy" commands.
You can’t perform that action at this time.
0 commit comments