Skip to content

Commit

Permalink
missed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
peggles2 committed Nov 15, 2023
1 parent 44ddf7c commit 19d6151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19d6151

Please sign in to comment.