diff --git a/.github/actions/custom-actions/aselo_development_custom/action.yml b/.github/actions/custom-actions/aselo_development_custom/action.yml index 9fe9c3c4..5b1baa2d 100644 --- a/.github/actions/custom-actions/aselo_development_custom/action.yml +++ b/.github/actions/custom-actions/aselo_development_custom/action.yml @@ -144,7 +144,7 @@ runs: - name: Set test API URL uses: "marvinpinto/action-inject-ssm-secrets@latest" with: - ssm_parameter: "/staging/modica/${{inputs.account-sid}}/test_send_message_url" + ssm_parameter: "/development/modica/${{inputs.account-sid}}/test_send_message_url" env_variable_name: "MODICA_TEST_SEND_MESSAGE_URL"