From 19d6151dca21ab9c1bbcb0451af131cb31c38936 Mon Sep 17 00:00:00 2001 From: Parissa Date: Wed, 15 Nov 2023 10:23:46 -0500 Subject: [PATCH] missed a comma --- .github/workflows/deploy-experimental.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-experimental.yml b/.github/workflows/deploy-experimental.yml index d77e885616..4c3cee05c5 100644 --- a/.github/workflows/deploy-experimental.yml +++ b/.github/workflows/deploy-experimental.yml @@ -375,7 +375,7 @@ jobs: uses: dkershner6/aws-ssm-getparameters-action@v1 with: parameterPairs: "/eregulations/http/user = CYPRESS_TEST_USERNAME, - /eregulations/http/password = CYPRESS_TEST_PASSWORD + /eregulations/http/password = CYPRESS_TEST_PASSWORD, /eregulations/http/admin_test_user = CYPRESS_TEST_ADMIN_USERNAME, /eregulations/http/admin_test_password = CYPRESS_TEST_ADMIN_PASSWORD" withDecryption: "true" # defaults to true