Skip to content

Commit

Permalink
chore: db pw escape
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Mar 7, 2024
1 parent aa027cc commit 5d61d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/feature/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ runs:
--set certbot.certbot.email=${{ inputs.certbot_email }} \
--set certbot.certbot.server=${{ inputs.certbot_server }} \
--set loadTest.enable=${{ inputs.enable_load_test }} \
--set db.test.password=${{ inputs.test_pg_password }} \
--set db.test.password="${{ inputs.test_pg_password }}" \
--set sharepoint.spSite="${{ inputs.sp_site }}" \
--set sharepoint.spSaUser="${{ inputs.sp_sa_user }}" \
--set sharepoint.spSaPassword="${{ inputs.sp_sa_password }}" \
Expand Down

0 comments on commit 5d61d79

Please sign in to comment.